andygrove opened a new issue, #4177:
URL: https://github.com/apache/datafusion-comet/issues/4177

   ### What is the problem the feature request solves?
   
   Spark supports UDFs that operate on row-based data. I would like Comet to 
support UDFs that operate on batches of columnar data in Arrow format so that 
users can implement UDFs and keep execution in Comet.
   
   There is a prototype of this in 
https://github.com/apache/datafusion-comet/pull/4170 where it is being used to 
implement regexp expressions that are compatible with Spark. If this prototype 
is successful then we can expose the Comet UDF functionality to users with some 
more work.
   
   ### Describe the potential solution
   
   _No response_
   
   ### Additional context
   
   _No response_


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

Reply via email to