chunweilei commented on a change in pull request #2092:
URL: https://github.com/apache/calcite/pull/2092#discussion_r464761643
##########
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:
You're right. I should put it SqlConformanceEnum.java. Thank you for
your kindly reminder.
----------------------------------------------------------------
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]