alamb commented on issue #7859: URL: https://github.com/apache/arrow-datafusion/issues/7859#issuecomment-1769349089
There are no plans that i know of yet. In theory, we should be able to create an extension package, much like the duckdb model, rather than extending the core DataFusion engine. I suspect there would be certain things that are not yet feasible (like adding a `GEOMETRY` type / alias for example) but otherwise the existiing extension points for DataFusion should be sufficient (ScalarUDFs, AggregateUDFs, etc) Perhaps we can do something similar for the JSON/BSON support we are discussing in #7845 -- 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]
