nevi-me commented on issue #1116: URL: https://github.com/apache/arrow-datafusion/issues/1116#issuecomment-943070958
Another interesting thing that could be an optimisation, the `CAST(mongo_nyc.trip_distance AS Float64)` could be pushed to the source altogether, as it now gets evaluated by both the source and datafusion. This would work very well with SQL sources. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org