rdblue commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2692415279


##########
parquet/src/main/java/org/apache/iceberg/parquet/VectorizedParquetReader.java:
##########
@@ -86,7 +86,7 @@ private ReadConf init() {
               batchReaderFunc,
               nameMapping,
               reuseContainers,
-              caseSensitive,
+              filterCaseSensitive,

Review Comment:
   It looks like this rename is unnecessary?



##########
parquet/src/test/java/org/apache/iceberg/parquet/TestParquet.java:
##########
@@ -218,7 +218,7 @@ public void testTwoLevelList() throws IOException {
     writer.close();
 
     GenericData.Record recordRead =
-        Iterables.getOnlyElement(
+        Iterables.<GenericData.Record>getOnlyElement(

Review Comment:
   Why is this change needed?



-- 
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]

Reply via email to