manuzhang opened a new pull request, #16759: URL: https://github.com/apache/iceberg/pull/16759
Backports apache/iceberg#15911 to the 1.11.x release branch. This preserves encryption key metadata when merged deletion vectors are written, including native key metadata with the final Puffin file length. It also brings over focused coverage for encrypted DV merges and DV writer key metadata handling. Validation: - `./gradlew :iceberg-core:spotlessJavaCheck :iceberg-data:spotlessJavaCheck` - `./gradlew :iceberg-core:test --tests org.apache.iceberg.TestRowDelta` - `./gradlew :iceberg-data:test --tests org.apache.iceberg.io.TestDVWriters` compiled the data test base but did not run tests directly because `TestDVWriters` is abstract - `./gradlew -DsparkVersions=4.1 :iceberg-spark:iceberg-spark-4.1_2.13:test --tests org.apache.iceberg.spark.source.TestSparkDVWriters.testDVWriterUsesNativeEncryptionKeyMetadataWithFileSize --tests org.apache.iceberg.spark.source.TestSparkDVWriters.testDVWriterPreservesNonNativeEncryptionKeyMetadata` -- 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]
