julianhyde 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_r404210933
##########
File path:
core/src/main/java/org/apache/calcite/sql/validate/SqlConformanceEnum.java
##########
@@ -330,10 +341,19 @@ public boolean allowExtendedTrim() {
case STRICT_92:
case STRICT_99:
case STRICT_2003:
+ case PRESTO:
return false;
default:
return true;
}
}
+ public boolean allowAliasUnnestColumns() {
Review comment:
need space before this function, no space after.
----------------------------------------------------------------
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