aguilaredu commented on issue #22266: URL: https://github.com/apache/datafusion/issues/22266#issuecomment-4564662021
My two cents based on the discussion: - Following an established vendor like PostgreSQL feels like a sane default, especially if the project doesn't have the bandwidth to interpret the SQL standard from scratch. - Picking a direction is better than being stuck in limbo (which causes reworks, like this one). Mirroring a battle tested DB seems like a pretty safe bet (even if sub optimal). - Using them as a baseline shouldn't limit DataFusion. We can match their behavior where they have it, but we can take liberties with features they don't support. - Deviating from the reference is fine as long as there’s a good reason for it and we document it centrally. This at least gives the project a framework to have discussions on smaller features (like this one). P.S. This is my very first contribution to the project, so I might be missing some historical context! That said, I've got a PR up implementing this and would absolutely love some feedback: #22504 -- 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]
