TangSiyang2001 commented on code in PR #19142: URL: https://github.com/apache/doris/pull/19142#discussion_r1185829857
########## fe/fe-core/src/main/cup/sql_parser.cup: ########## @@ -2321,7 +2322,7 @@ load_stmt ::= opt_properties:properties opt_comment:comment {: - RESULT = new LoadStmt(label, dataDescList, broker, system, properties, comment); + RESULT = new UnifiedLoadStmt(label, dataDescList, broker, system, properties, comment, LoadType.BROKER_LOAD); Review Comment: Correctly, or reuse the ctor of current UnifiedLoadStmt, it depends on u. -- 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