Ben-Zvi commented on a change in pull request #1738: DRILL-7062: Initial
implementation of run-time row-group pruning
URL: https://github.com/apache/drill/pull/1738#discussion_r272902214
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
##########
@@ -727,6 +727,10 @@ private ExecConstants() {
public static final String BOOTSTRAP_STORAGE_PLUGINS_FILE =
"bootstrap-storage-plugins.json";
+ public static final String SKIP_RUNTIME_ROWGROUP_PRUNING_KEY =
"exec.storage.skip_runtime_rowgroup_pruning";
Review comment:
The namespace 'exec.storage.parquet' is not yet used for any option, and
adding "parquet_" to the option name makes it longer and more typo prone
(unless you are French :-) . Any user who understands when/why to use this
option probably knows that "rowgroups" means Parquet.
Are we going to introduce several other new options under this
namespace ?
----------------------------------------------------------------
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]
With regards,
Apache Git Services