wutiangan commented on a change in pull request #3970:
URL: https://github.com/apache/incubator-doris/pull/3970#discussion_r446776613
##########
File path: fe/src/main/jflex/sql_scanner.flex
##########
@@ -239,6 +239,7 @@ import org.apache.doris.qe.SqlModeHelper;
keywordMap.put("load", new Integer(SqlParserSymbols.KW_LOAD));
keywordMap.put("local", new Integer(SqlParserSymbols.KW_LOCAL));
keywordMap.put("location", new Integer(SqlParserSymbols.KW_LOCATION));
+ keywordMap.put("materialized", new
Integer(SqlParserSymbols.KW_MATERIALIZED));
Review comment:
I didn't delete this keyword “materialized”. The keywords “materialized”
are not sorted in alphabetical order, so I only put this keyword in the
position it should be
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]