danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support 
validation of UNNEST multiple array columns like Presto
URL: https://github.com/apache/calcite/pull/1811#discussion_r390753540
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/sql/validate/SqlAbstractConformance.java
 ##########
 @@ -111,4 +111,7 @@ public boolean allowQualifyingCommonColumn() {
     return SqlConformanceEnum.DEFAULT.allowQualifyingCommonColumn();
   }
 
+  public boolean allowAliasUnnestArrayColumns() {
+    return SqlConformanceEnum.DEFAULT.allowAliasUnnestArrayColumns();
+  }
 
 Review comment:
   I mean you `unnest` support `multiset` type which is also supported in your 
code. But the method name here does not represent that.

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