You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/10/12 23:26:09 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #936: ORC-1027: Allows the discovery of filters via the plugin interface.

dongjoon-hyun commented on a change in pull request #936:
URL: https://github.com/apache/orc/pull/936#discussion_r727580287



##########
File path: java/core/src/java/org/apache/orc/OrcConf.java
##########
@@ -176,6 +176,15 @@
                         + "must have the filter\n"
                         + "reapplied to avoid using unset values in the unselected rows.\n"
                         + "If unsure please leave this as false."),
+  ALLOW_PLUGIN_FILTER("orc.filter.plugin.enable",
+                      "orc.filter.plugin.enable",

Review comment:
       Thank you, @pavibhai . BTW, Apache ORC configuration convention doesn't use `.enable` postfix, does it?




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

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