psvri opened a new issue, #9253:
URL: https://github.com/apache/arrow-datafusion/issues/9253

   ### Is your feature request related to a problem or challenge?
   
   Comparing functions offered by spark and datafusion, I see that 
[log1p](https://spark.apache.org/docs/latest/api/sql/index.html#log1p) is not 
supported. There maybe many more such functions which isnt present in 
datafusion but present in spark.
   
   ### Describe the solution you'd like
   
   if possible I would like them to be offered by datafusion natively.
   
   ### Describe alternatives you've considered
   
   Of course they can be implemented as udf's if not supported out of the box.
   
   ### Additional context
   
   After seeing https://github.com/apache/arrow-datafusion-comet, I wanted to 
compare what functions we are missing from spark and found log1p and 
(sha1)[https://spark.apache.org/docs/latest/api/sql/index.html#sha1] for the 
moment .
   
   I wanted to use this issue as a whole to ask if its okay to implement 
functions present in spark and not in datafusion. 
   
   I am willing to implement the missing functions.


-- 
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]

Reply via email to