Zouxxyy opened a new pull request, #8922: URL: https://github.com/apache/paimon/pull/8922
### Purpose Allow `deletion-vectors.merge-on-read` to be configured globally without rejecting non-DV tables. The option remains a pure configuration value, but is ignored by validation and read behavior when deletion vectors are disabled. Existing deletion-vector safety checks and merge-on-read restrictions for DV tables remain unchanged. ### Tests - `mvn -pl paimon-core -am -Pspark3,fast-build -DfailIfNoTests=false -DwildcardSuites=none '-Dtest=CoreOptionsTest,SchemaValidationTest,DeletionVectorsMergeOnReadTest,PrimaryKeyVectorIndexValidationTest,PrimaryKeyFullTextIndexValidationTest,PrimaryKeySortedIndexValidationTest' test` - `mvn -pl paimon-spark/paimon-spark-3.5 -am -Pspark3,fast-build -DfailIfNoTests=false -Dtest=none -DwildcardSuites=org.apache.paimon.spark.sql.PaimonOptionTest test` -- 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]
