alamb commented on issue #1441: URL: https://github.com/apache/arrow-datafusion/issues/1441#issuecomment-996957833
I have a smaller reproducer and am trying to narrow down where the problem is but probably won't be able to work on this until next week sometime at the earliest In case anyone else is interested, here is the repo: [repro.zip](https://github.com/apache/arrow-datafusion/files/7737234/repro.zip) ```shell cargo run --bin datafusion-cli -- -f repro.sql | grep 54788307 ``` It should print out ``` | 2021-11-15 00:00:00 | 54788307 | 186 | RONDO ZESŁAŃCÓW SYBERYJSKICH | ``` But actually prints out ``` | 2021-11-15 00:00:00 | 54788307 | 186 | Armatnia ``` -- 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]
