kmitchener commented on issue #2938:
URL: 
https://github.com/apache/arrow-datafusion/issues/2938#issuecomment-1188174551

   You're using the 
[datafusion-python](https://github.com/datafusion-contrib/datafusion-python) 
project which is using version 8 of the DataFusion library. In latest 
DataFusion (master as of now), the first query works fine now thanks to recent 
fixes, but the second query returns with 
   
   ```
   thread 'tokio-runtime-worker' panicked at 'not implemented: InList does not 
yet support nested columns.', 
   ```
   There's a [recent 
PR](https://github.com/datafusion-contrib/datafusion-python/pull/57) to update 
datafusion-python to version 10 of the DataFusion library, which should fix the 
issue with the first query. The second query appears to trigger a new 
bug/unsupported feature.
   


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