samuelcolvin opened a new issue, #6409:
URL: https://github.com/apache/arrow-rs/issues/6409

   I'm trying to run a query like
   
   ```
   select count(*) from records where attributes ? 'foo' and true
   ```
   
   With datafusion and getting an error:
   
   ```
   type_coercion caused by Error during planning: Cannot infer common argument 
type for logical boolean operation Dictionary(UInt32, Boolean) AND Boolean
   ```
   
   This is related to https://github.com/apache/datafusion/pull/12382 where 
@adriangb fixed the case of filtering on a dictionary column.
   
   I'll fix this specific case in 
https://github.com/datafusion-contrib/datafusion-functions-json, but I guess 
this should work.


-- 
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