jordepic opened a new pull request, #4323:
URL: https://github.com/apache/datafusion-comet/pull/4323

   ## Which issue does this PR close?
   
   Closes #4322.
   
   ## Rationale for this change
   
   Eventually we need to support writes from DataFusion.  This is essential for 
avoiding an expensive transformation from columnar to row-wise data and keeping 
all operations in native code!
   
   ## What changes are included in this PR?
   
   This change is purely scaffolding. My hope is to get feedback from 
@mbutrovich and @andygrove about my approach before diving deeper.  I have 
confirmed that this particular spec is very doable in Comet, but I want to 
agree on the interface of what Comet will support before going in further.
   
   ## How are these changes tested?
   
   I have unit tests in this commit devoted towards recognizing which operators 
can be converted by comet as well as scenarios under which we'll fall back to 
typical JVM data writing.
   


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