vvysotskyi commented on a change in pull request #1886: DRILL-7273: Introduce 
operators for handling metadata
URL: https://github.com/apache/drill/pull/1886#discussion_r344701291
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
 ##########
 @@ -489,6 +489,21 @@ private ExecConstants() {
   public static final String IMPLICIT_FILEPATH_COLUMN_LABEL = 
"drill.exec.storage.implicit.filepath.column.label";
   public static final OptionValidator IMPLICIT_FILEPATH_COLUMN_LABEL_VALIDATOR 
= new StringValidator(IMPLICIT_FILEPATH_COLUMN_LABEL,
       new OptionDescription("Available as of Drill 1.10. Sets the implicit 
column name for the filepath column."));
+  public static final String IMPLICIT_ROW_GROUP_INDEX_COLUMN_LABEL = 
"drill.exec.storage.implicit.row_group_index.column.label";
+  public static final OptionValidator 
IMPLICIT_ROW_GROUP_INDEX_COLUMN_LABEL_VALIDATOR = new 
StringValidator(IMPLICIT_ROW_GROUP_INDEX_COLUMN_LABEL,
+      new OptionDescription("Available as of Drill 1.17. Sets the implicit 
column name for the row group index (rgi) column."));
 
 Review comment:
   Completed a description with the information about this option.

----------------------------------------------------------------
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

Reply via email to