jinxing64 commented on a change in pull request #1138: [CALCITE-1581] UDTF like
in hive
URL: https://github.com/apache/calcite/pull/1138#discussion_r341088929
##########
File path:
core/src/main/java/org/apache/calcite/sql/validate/SqlConformanceEnum.java
##########
@@ -69,7 +69,11 @@
/** Conformance value that instructs Calcite to use SQL semantics
* consistent with Microsoft SQL Server version 2008. */
- SQL_SERVER_2008;
+ SQL_SERVER_2008,
+
+ /** Conformance value that instructs Calcite to use SQL semantics
+ * consistent with Hive version. */
Review comment:
Remove the word of `version` or specify the version.
----------------------------------------------------------------
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