zhztheplayer commented on code in PR #10186: URL: https://github.com/apache/incubator-gluten/pull/10186#discussion_r2256864025
########## docs/get-started/Velox.md: ########## @@ -359,6 +359,20 @@ Once built successfully, iceberg features will be included in gluten-velox-bundl Gluten with velox backend supports [Hudi](https://hudi.apache.org/) table. Currently, only reading COW (Copy-On-Write) tables is supported. +## Paimon Support + +Gluten with velox backend supports [Paimon](https://paimon.apache.org/) table. Currently, only non-pk table is supported, and the Spark version needs to be >= 3.3. Review Comment: > and the Spark version needs to be >= 3.3. Will there be a Maven build error for `-P spark-3.2,paimon`? If so we can set an enforcer rule to exclude the combination. E.g., this one: https://github.com/apache/incubator-gluten/blob/75c6f27cb2a776edca56c1fabc76262f655447ae/backends-clickhouse/pom.xml#L575-L595 -- 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]
