You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/19 15:51:24 UTC

[doris] 02/02: [branch1.2](test) fix test_tvf_p2 test case

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 a89432a9232ffa81aa5d1a33e9db45b108f60a21
Author: morningman <mo...@163.com>
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org