seawinde commented on code in PR #27231: URL: https://github.com/apache/doris/pull/27231#discussion_r1403410623
########## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/ParseDialect.java: ########## @@ -29,7 +29,11 @@ public enum ParseDialect { /** * Doris parser and it's version is 2.0.0. */ - DORIS_2_ALL(Dialect.DORIS, Version.DORIS_2_ALL); + DORIS_2_ALL(Dialect.DORIS, Version.DORIS_2_ALL), + /** + * Hive parser. + */ + HIVE_ALL(Dialect.HIVE, Version.HIVE_ALL); Review Comment: Use HIVE_ALL, the high and low version hive dialect is compatible? should split them to hive2 , hive3? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org