viirya commented on issue #9253: URL: https://github.com/apache/arrow-datafusion/issues/9253#issuecomment-1948998930
Hmm, for Spark specified functions (i.e., other engines don't have them mostly), I'd more like to have them in Comet instead of adding into DataFusion. Otherwise, we will have many more functions soon as people will keep adding functions from other engines (postgresql, etc..). For example, `log1p(expr) - Returns log(1 + expr)` is not in postgresql as I searched. Also, it seems can be replaced with `log` simply. -- 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]
