This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
commit 4a70ea4803368ed8a1d5937c1536b615b494138e Author: morningman <[email protected]> AuthorDate: Wed Apr 19 23:50:56 2023 +0800 [branch1.2](test) fix test_tvf_p2 test case --- regression-test/suites/external_table_emr_p2/hive/test_tvf_p2.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/external_table_emr_p2/hive/test_tvf_p2.groovy b/regression-test/suites/external_table_emr_p2/hive/test_tvf_p2.groovy index 660aa7a60b..06ff78ddd8 100644 --- a/regression-test/suites/external_table_emr_p2/hive/test_tvf_p2.groovy +++ b/regression-test/suites/external_table_emr_p2/hive/test_tvf_p2.groovy @@ -22,7 +22,7 @@ suite("test_tvf_p2", "p2") { String hdfsPort = context.config.otherConfigs.get("extHdfsPort") qt_eof_check """select * from hdfs( - "uri" = "hdfs://${nameNodeHost}:${hdfsPort}/user/data/tvf/bad_store_sales.parquet", + "uri" = "hdfs://${nameNodeHost}:${hdfsPort}/catalog/tvf/parquet/bad_store_sales.parquet", "fs.defaultFS" = "hdfs://${nameNodeHost}:${hdfsPort}", "format" = "parquet") where ss_store_sk = 4 and ss_addr_sk is null order by ss_item_sk""" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
