paleolimbot commented on PR #1171: URL: https://github.com/apache/sedona-db/pull/1171#issuecomment-5311195080
At the time I started this there was no good integration with ADBC which would be the natural way to execute the SQL (the latest dbplyr does, I think). Other than that, it seemed like a bit of a waste to compile expressions into SQL and then parse the SQL immediately. DataFusion has a great logical plan/expression API, and this seemed closest to duckplyr so I mostly followed what they did there. It's probably easy to prototype this and I'm happy to add it as an option if it makes things easier! -- 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]
