You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/08 04:13:06 UTC

[GitHub] [incubator-doris] 924060929 commented on a diff in pull request #8902: [test][enhance] support execute multiple sql in sql file

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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org