AdamGS commented on PR #14893: URL: https://github.com/apache/datafusion/pull/14893#issuecomment-2685408832
I think this is the sort of thing that is very easy in JVM-land with reflection, but I really don't know how to do it in rust. The only idea I have is to to add a `DialectRegistry`, but that would make the situation worse because every time `sqlparser` adds a dialect someone has to go to datafusion and make sure that dialect is registered with it. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org