You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/02/25 21:45:15 UTC

[GitHub] [calcite] julianhyde commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto

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_r384144943
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql/validate/SqlConformanceEnum.java
 ##########
 @@ -73,7 +73,9 @@
 
   /** Conformance value that instructs Calcite to use SQL semantics
    * consistent with Microsoft SQL Server version 2008. */
-  SQL_SERVER_2008;
+  SQL_SERVER_2008,
+
+  PRESTO;
 
 
 Review comment:
   Presto has its own SQL parser & validator & type system, so it counts as a 'dialect' (conformance) for these purposes.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services