EmmyMiao87 commented on a change in pull request #2252: Add pipes_as_concat_mode
URL: https://github.com/apache/incubator-doris/pull/2252#discussion_r348306895
##########
File path: fe/src/main/jflex/sql_scanner.flex
##########
@@ -352,7 +352,7 @@ import org.apache.doris.common.util.SqlUtils;
keywordMap.put("with", new Integer(SqlParserSymbols.KW_WITH));
keywordMap.put("work", new Integer(SqlParserSymbols.KW_WORK));
keywordMap.put("write", new Integer(SqlParserSymbols.KW_WRITE));
- keywordMap.put("||", new Integer(SqlParserSymbols.KW_OR));
Review comment:
If you delete the KW_OR, the sql parser will thrown exception which is
include lots of KW_OR.
Maybe you should not change the name of KW_OR
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]