nastra commented on code in PR #14853:
URL: https://github.com/apache/iceberg/pull/14853#discussion_r2793767872
##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/data/vectorized/parquet/TestParquetDictionaryEncodedVectorizedReads.java:
##########
@@ -94,6 +94,12 @@ Iterable<Record> generateData(
@Disabled // Ignored since this code path is already tested in
TestParquetVectorizedReads
public void testVectorizedReadsWithNewContainers() throws IOException {}
+ @Test
+ @Override
+ @Disabled // Ignored since vectorized reads are supported for parquet v2
written files over
Review Comment:
nit: make the comment actually part of the annotation via
`@Disabled("comment...")`
--
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]