amaliujia commented on a change in pull request #2092:
URL: https://github.com/apache/calcite/pull/2092#discussion_r464736876
##########
File path:
core/src/main/java/org/apache/calcite/sql/validate/SqlConformance.java
##########
@@ -61,6 +61,7 @@
@Deprecated // to be removed before 2.0
SqlConformanceEnum PRAGMATIC_2003 = SqlConformanceEnum.PRAGMATIC_2003;
+ SqlConformanceEnum HIVE = SqlConformanceEnum.HIVE;
Review comment:
Out of curiosity: other SqlConformanceEnum are all marked as
`@Deprecated`. Does the new `HIVE` should be marked as the same (there might be
a context that all SqlConformanceEnum will be deprecated somehow)?
----------------------------------------------------------------
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]