mymeiyi commented on code in PR #24219: URL: https://github.com/apache/doris/pull/24219#discussion_r1325324359
########## regression-test/suites/load_p0/http_stream/test_http_stream.groovy: ########## @@ -600,231 +600,43 @@ suite("test_http_stream", "p0") { try_sql "DROP TABLE IF EXISTS ${tableName13}" } - // 14. test parquet orc case - def tableName14 = "test_parquet_orc_case" + // 14. test label + def tableName14 = "test_http_stream_label" + def label = label = UUID.randomUUID().toString().replaceAll("-", "") Review Comment: def label = UUID.randomUUID().toString().replaceAll("-", "")? -- 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