advancedxy opened a new issue, #9530:
URL: https://github.com/apache/arrow-datafusion/issues/9530

   ### Describe the bug
   
   When I'm working on 
https://github.com/apache/arrow-datafusion-comet/pull/184, I notice that some 
tpc-ds queries failing when trying to convert the static list into the set.
   
   The error message is something like:
   ```
   Error from DataFusion Internal error: The data type inlist should be same, 
the value type is Dictionary(Int32, Utf8), one of list expr type is Utf8.
   This was likely caused by a bug in DataFusion's code and we would welcome 
that you file an bug report in our issue tracker..
   ```
   
   ### To Reproduce
   
   Create in input schema with a Dictionary type and then try to convert the 
in_list expression should easily reproduce this one.
   
   ### Expected behavior
   
   When using `in_list` to create a `InListExpr`, it should handle value type 
being Dictionary Type.
   
   ### Additional context
   
   _No response_


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