sergiimk commented on issue #13510: URL: https://github.com/apache/datafusion/issues/13510#issuecomment-2521702688
Phew, finally got the minimal repro: - Read data from CSV (`Utf8` columns) - Read data from Parquet (`Utf8View`) - Do a `LEFT ANTI JOIN` Including the test project with sample data: [datafusion-13510.zip](https://github.com/user-attachments/files/18030790/datafusion-13510.zip) Still not sure why the same exact scenario didn't break when using `datafusion-cli`. Will update the ticket description with the repro. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
