mkarbo commented on issue #12357: URL: https://github.com/apache/datafusion/issues/12357#issuecomment-2459262243
I don't know if this is the correct thread, and maybe I am just bad at searching - but I spent at least a few hours trying to figure out if it's possible to create & register custom DDL, for instance (just a silly example to get the point across) ```sql create TACO as t WITH toppings ( ... ); ``` or perhaps something entirely different without the keyword `create` In reality, it might be to register external secret managers (similar to duckdb's `SECRET`) or other non-ansi semantics and objects that might belong in an application built leveraging datafusion as a library and foundation. I suspect it might eventually be covered in the unfinished section here though https://datafusion.apache.org/library-user-guide/extending-operators.html, but I thought to ask either way here for good measure. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
