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): facebookincubator/velox#10996
Note this heavily depends on the C++ write support of Iceberg/Hudi/Delta. A unified design will beneficial for all backends.
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): facebookincubator/velox#10996
Note this heavily depends on the C++ write support of Iceberg/Hudi/Delta. A unified design will beneficial for all backends.