alamb commented on issue #1688: URL: https://github.com/apache/arrow-datafusion/issues/1688#issuecomment-1871486382
> Perhaps the functions available should be dialect aligned such that function names/aliases and behavior would align with whatever the dialect happens to be - ansi, postgres, spark, etc. That could make for a much easier transition for users coming from other systems. I really like that idea @Omega359 -- my personal hope is that we can move much of the function naming / semantics into various packages that can be combined in whatever combination is desired. This is part of what we are working towards with https://github.com/apache/arrow-datafusion/issues/8045 So the idea could be we have a "postgres package" or somethat that could configure DataFusion to behave like posgres and we could have a "spark package" that configures it to behave like spark, etc -- 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]
