nastra commented on code in PR #10996:
URL: https://github.com/apache/iceberg/pull/10996#discussion_r1843836878


##########
mr/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java:
##########
@@ -213,11 +212,11 @@ private static final class IcebergRecordReader<T> extends 
RecordReader<Void, T>
 
     private static final String HIVE_VECTORIZED_READER_CLASS =
         "org.apache.iceberg.mr.hive.vector.HiveVectorizedReader";
-    private static final DynMethods.StaticMethod 
HIVE_VECTORIZED_READER_BUILDER;
+    private static DynMethods.StaticMethod hiveVectorizedReaderBuilder;

Review Comment:
   same as above. why is this non-final now?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to