dongjoon-hyun commented on code in PR #2371:
URL: https://github.com/apache/orc/pull/2371#discussion_r2360954906
##########
java/core/src/java/org/apache/orc/OrcConf.java:
##########
@@ -182,6 +187,11 @@ public enum OrcConf {
"added to all of the writers. Valid range is [1,10000] and is primarily
meant for" +
"testing. Setting this too low may negatively affect performance."
+ " Use orc.stripe.row.count instead if the value larger than
orc.stripe.row.count."),
+ STRIPE_SIZE_CHECKRATIO("orc.stripe.size.checkRatio",
+ "hive.exec.orc.default.stripe.size.checkRatio",
Review Comment:
Ditto. Let's not introduce `Apache Hive` configuration.
--
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]