cxzl25 commented on code in PR #1108:
URL: https://github.com/apache/orc/pull/1108#discussion_r867429255


##########
java/core/src/java/org/apache/orc/OrcConf.java:
##########
@@ -219,7 +219,10 @@ public enum OrcConf {
       "orc.proleptic.gregorian.default", false,
       "This value controls whether pre-ORC 27 files are using the hybrid or 
proleptic\n" +
       "calendar. Only Hive 3.1 and the C++ library wrote using the proleptic, 
so hybrid\n" +
-      "is the default.")
+      "is the default."),
+  ROW_BATCH_SIZE("orc.row.batch.size", "orc.row.batch.size", 1024,
+          "The number of rows to include in a orc vectorized reader batch. " +

Review Comment:
   IntelliJ IDEA sometimes hinted that I didn't notice it was a few characters 
indent, I fixed it now, thanks again for your patience.
   
   
![image](https://user-images.githubusercontent.com/3898450/167280527-e25914c6-adba-4fbe-afd3-b56103a7fe52.png)
   



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

Reply via email to