[ 
https://issues.apache.org/jira/browse/DRILL-6321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16475152#comment-16475152
 ] 

ASF GitHub Bot commented on DRILL-6321:
---------------------------------------

chunhui-shi commented on a change in pull request #1258: DRILL-6321:  Lateral 
Join and Unnest - initial implementation for parser and planning
URL: https://github.com/apache/drill/pull/1258#discussion_r188143508
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/PlannerSettings.java
 ##########
 @@ -112,6 +112,12 @@
   public static final EnumeratedStringValidator QUOTING_IDENTIFIERS = new 
EnumeratedStringValidator(
       QUOTING_IDENTIFIERS_KEY, Quoting.BACK_TICK.string, 
Quoting.DOUBLE_QUOTE.string, Quoting.BRACKET.string);
 
+  /*
+    "planner.enable_unnest_lateral" is to allow users to choose enable 
unnest+lateraljoin feature.
+   */
+  public static final String ENABLE_UNNEST_LATERAL_KEY = 
"planner.enable_unnest_lateral";
 
 Review comment:
   This is temporary or for test purpose

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Lateral Join: Planning changes - enable submitting physical plan
> ----------------------------------------------------------------
>
>                 Key: DRILL-6321
>                 URL: https://issues.apache.org/jira/browse/DRILL-6321
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Parth Chandra
>            Assignee: Chunhui Shi
>            Priority: Major
>              Labels: ready-to-commit
>             Fix For: 1.14.0
>
>
> Implement changes to enable submitting a physical plan containing lateral and 
> unnest.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to