mbutrovich commented on PR #2528: URL: https://github.com/apache/datafusion-comet/pull/2528#issuecomment-4158410998
> Hey @mbutrovich ! Following up here one more time. > > One area where I see the potential for a ton of impact in comet is performing iceberg table maintenance procedures. Existing spark-based readers have to convert columnar data back to row format to combined multiple data files, which in practice looks to use tons of resources. > > I'm curious whether you have any plans to take a look at this aspect of things. If not, I may do so myself! Thanks for following up! There are discussion issues here where we can chat more: https://github.com/apache/datafusion-comet/issues/3371 The tl;dr is there's a lot of upstream work to be done in iceberg-rust's write path before we can do table maintenance in Comet. I think it's a great fit for Comet some day, but I have higher priority stuff to continue to add to the read path first. -- 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]
