liujiayi771 commented on code in PR #10186: URL: https://github.com/apache/incubator-gluten/pull/10186#discussion_r2279016082
########## 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: The maven-enforcer-plugin makes it easy to enforce that two profiles must be specified together, but it's not straightforward to define mutual exclusion. Have you ever configured mutual exclusion before? -- 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]
