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

   ### What is the problem the feature request solves?
   
   A large number of query resources are devoted across the industry to 
rewriting data files using spark procedures for iceberg tables.  Using native 
code here where possible can significantly speed up this process!
   
   ### Describe the potential solution
   
   The procedure in Spark actually ultimately delegates to an Iceberg 
`SparkScan`, meaning it can be trivially accelerated using DataFusion comet!
   
   The write path isn't yet supported, but let's try to get the read path 
working for now.
   
   ### 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