wecharyu commented on code in PR #4344:
URL: https://github.com/apache/hive/pull/4344#discussion_r1200736651
##########
standalone-metastore/pom.xml:
##########
@@ -58,6 +58,7 @@
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
<!-- Dependency versions -->
<antlr.version>3.5.2</antlr.version>
+ <antlr4.version>4.8-1</antlr4.version>
Review Comment:
The ANTLR version beyond 4.9.3 requires JDK 11, since Hive still use JDK 8,
so we can update to 4.9.3
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]