dongjoon-hyun commented on a change in pull request #637:
URL: https://github.com/apache/orc/pull/637#discussion_r565700331
##########
File path: java/core/src/java/org/apache/orc/OrcConf.java
##########
@@ -37,7 +37,7 @@
ROW_INDEX_STRIDE("orc.row.index.stride",
"hive.exec.orc.default.row.index.stride", 10000,
"Define the default ORC index stride in number of rows. (Stride is
the\n"+
- " number of rows n index entry represents.)"),
+ " number of rows an index entry represents.)"),
Review comment:
Let's avoid touching irrelevant part. You can fix this as a separate PR.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]