924060929 commented on code in PR #8902: URL: https://github.com/apache/incubator-doris/pull/8902#discussion_r845722533
########## regression-test/suites/demo/test_multiple_sqls.sql: ########## @@ -0,0 +1,11 @@ +-- first tag is test_multiple_sqls +select 100; +-- second tag is test_multiple_sqls_2 +select 200; +-- third tag is test_multiple_sqls_3 +select 300; + +/* empty sql will be skipped */ +; +; +; Review Comment: done -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
