maxburke opened a new pull request, #5461: URL: https://github.com/apache/arrow-datafusion/pull/5461
This helps ameliorate the performance issues in #5456 though the correctness issues identified in that issue still exist. Before: ``` 358946 rows in set. Query took 356.370 seconds. ``` After: ``` 358946 rows in set. Query took 2.073 seconds. ``` -- 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]
