wuyunfeng commented on a change in pull request #3970:
URL: https://github.com/apache/incubator-doris/pull/3970#discussion_r446765379



##########
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:
       Can you explain why add this for this PR, I noticed you delete this 
keyword in `sql_parser`




----------------------------------------------------------------
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]

Reply via email to