You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2023/01/10 09:46:43 UTC

[GitHub] [orc] dongjoon-hyun commented on a diff in pull request #1267: ORC-1283: ENABLE_INDEXES does not take effect

dongjoon-hyun commented on code in PR #1267:
URL: https://github.com/apache/orc/pull/1267#discussion_r1065555056


##########
java/core/src/java/org/apache/orc/OrcFile.java:
##########
@@ -905,6 +907,10 @@ public int getRowIndexStride() {
       return rowIndexStrideValue;
     }
 
+    public boolean isBuildIndex() {

Review Comment:
   @deshanxiao It seems that we cannot revert this because this is a `public` API.



-- 
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-unsubscribe@orc.apache.org

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