adonis0147 commented on code in PR #12262: URL: https://github.com/apache/doris/pull/12262#discussion_r961267978
########## fe/fe-core/src/main/cup/sql_parser.cup: ########## @@ -4847,8 +4847,6 @@ type ::= {: RESULT = ScalarType.createVarcharType(-1); :} | KW_ARRAY LESSTHAN type:value_type GREATERTHAN {: RESULT = new ArrayType(value_type); :} - | KW_ARRAY LESSTHAN KW_NOT_NULL LPAREN type:value_type RPAREN GREATERTHAN - {: RESULT = new ArrayType(value_type, false); :} Review Comment: I think we can keep this syntax but just throw an exception due to we don't support it temporarily. -- 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