sarahyurick commented on PR #3189:
URL: 
https://github.com/apache/arrow-datafusion/pull/3189#issuecomment-1219708683

   > @sarahyurick I tried some `expr IS TRUE` type queries in Postgres and it 
only supports the case where `expr` is a boolean type. Does Dask SQL have 
different behavior to this?
   
   Good point! Dask SQL main currently throws a `Cannot apply 'IS TRUE' to 
arguments of type '<BIGINT> IS TRUE'. Supported form(s): '<BOOLEAN> IS TRUE'` 
for all other data types, so it would probably be best to match this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to