findepi commented on issue #13704: URL: https://github.com/apache/datafusion/issues/13704#issuecomment-2531210662
> Document the SQL dialect DataFusion attempts to follow 💯 I though this is covered by https://github.com/apache/datafusion/issues/12357 (eg do we accept features based on "but it works in PostgresQL" or "but it works in my database") However, this should pertain the DataFusion frontend only. People are building database systems based on DataFusion where frontend is not DataFusion and SQL dialect is not DF's either. For example DataFusion Ballista effectively implements Spark SQL. SDF (not OSS) implements various SQL dialects on top of DF, etc. Thus, while it's important to be explicit what the frontend is meant to accept, it's also important to limit impact of this decision to DataFusion frontend only. It cannot trickle down across whole codebase. (this comment obviously relates to https://github.com/apache/datafusion/issues/12723) -- 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]
