zhouyuan opened a new issue, #9225: URL: https://github.com/apache/incubator-gluten/issues/9225
### Description Currently Gluten supports reading on Iceberg/Hudi/Delta tables natively. However on the write path Gluten does not support these and will use JVM Spark code. On Iceberg side, Velox community already have a working patch with write support(non-bucketed): https://github.com/facebookincubator/velox/pull/10996 Note this heavily depends on the C++ write support of Iceberg/Hudi/Delta. A unified design will beneficial for all backends. -- 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]
