dariocurr opened a new issue, #18042: URL: https://github.com/apache/datafusion/issues/18042
### Is your feature request related to a problem or challenge? Currently, DataFusion's handling of SQL dialects lacks type safety and clarity ### Describe the solution you'd like Introduce a strongly-typed `Dialect` enum that explicitly defines all supported SQL dialects in DataFusion ### Describe alternatives you've considered - constants: better than raw strings but still doesn't provide the same level of type safety as an enum - trait-based approach: more flexible but adds unnecessary complexity for this use case ### Additional context _No response_ -- 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]
