When I create a table with a Boolean column in sch...
# troubleshooting
e
When I create a table with a Boolean column in schema and then retrieve the schema the type is string. Is there any way to determine if the column was initially meant to be Boolean?
j
Currently we don’t have bool support yet. Boolean is treated as string
💡 1
https://github.com/apache/incubator-pinot/pull/6719 I’m working on a PR to add native Boolean support
❤️ 1
e
Oh, that's great!
j
After that, you can store Boolean natively