Hi team, for Boolean type of field, what’s the mai...
# troubleshooting
c
Hi team, for Boolean type of field, what’s the main difference to define it as a Boolean vs string in the schema, in terms of querying the table?
m
Not much, internally both will be dictionary encoded
c
Thanks.