theirix commented on issue #17824: URL: https://github.com/apache/datafusion/issues/17824#issuecomment-3346685871
It's a great initiative. The mentioned blog post "Implementing your own SQL dialect and SQL statements with DataFusion" covers numerous extension points related to new DDL statements. After experimenting and improving `SqlToRel` to support custom SQL without introducing a new statement, I can draft a follow-up post on how to implement DML customisations in an extension, based on tablesample support. -- 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]
