zzzzzzzs commented on code in PR #24219:
URL: https://github.com/apache/doris/pull/24219#discussion_r1326855999
##########
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:
This label is used in SQL and will be compared with the returned results
--
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]