pvary opened a new pull request, #14745: URL: https://github.com/apache/iceberg/pull/14745
Backport of #14652 There are several manual changes in: ``` spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometDeleteColumnReader.java spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/data/parquet/vectorized/TestParquetDictionaryEncodedVectorizedReads.java spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/data/parquet/vectorized/TestParquetVectorizedReads.java ``` Only technical conflicts: - TestParquetVectorizedReads - new tests modified in the original PR which doesn't exists in the v3.4 - CometDeleteColumnReader.DeleteColumnReader constructor - comment difference between v4.0 and v.3.4 - TestParquetDictionaryEncodedVectorizedReads.assertRecordsMatch - empty idToConstant vector in the old code -- 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]
