<@UPK7Y0X0A> Inside Pinot, `BOOLEAN` is stored and...
# troubleshooting
j
@Elon Inside Pinot,
BOOLEAN
is stored and handled as
STRING
e
Thanks! I remember seeing that in the docs, is there a way to annotate a field so that it's returned as a boolean?
j
If the input data is boolean, the response should have
"true"
/
"false"
👍 1
e
So response will be string even for a boolean type in the select list? i.e. pinot boolean type is only used internally?