HHoflittlefish777 commented on code in PR #35001: URL: https://github.com/apache/doris/pull/35001#discussion_r1610875530
########## regression-test/suites/load_p2/broker_load/test_tvf_based_broker_load.groovy: ########## @@ -225,12 +304,20 @@ suite("test_tvf_based_broker_load_p2", "p2") { } } + + logger.info("test parquet_s3_case1") order_qt_parquet_s3_case1 """select count(*) from parquet_s3_case1 where col1=10""" + logger.info("test parquet_s3_case2") Review Comment: log info still need? ########## regression-test/suites/load_p2/broker_load/test_tvf_based_broker_load.groovy: ########## @@ -225,12 +304,20 @@ suite("test_tvf_based_broker_load_p2", "p2") { } } + + logger.info("test parquet_s3_case1") order_qt_parquet_s3_case1 """select count(*) from parquet_s3_case1 where col1=10""" + logger.info("test parquet_s3_case2") Review Comment: Is log info still need? -- 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