Shekharrajak commented on PR #2106:
URL: https://github.com/apache/iceberg-rust/pull/2106#issuecomment-3857712676

   > Spark CALL system.rewrite_data_files('table') -> Spark Iceberg (Plan 
compaction) -> Comet Native (Execute in Rust) -> iceberg-rust (Read old files 
using ArrowReader, Write new files using ParquetWriter, Commit replace **using 
ReplaceDataFilesAction**)
   
   Yes, the plan is to use it in datafusion comet, this would be the flow : 
   
   Spark CALL system.rewrite_data_files('table') -> Spark Iceberg (Plan 
compaction) -> Comet Native (Execute in Rust) -> iceberg-rust (Read old files 
using ArrowReader, Write new files using ParquetWriter, Commit replace using 
ReplaceDataFilesAction)
   
   ref https://iceberg.apache.org/docs/latest/maintenance/


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