This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 315e25721ec [fix](regression)fix test_path_partition_keys suite 
(#24803)
315e25721ec is described below

commit 315e25721ec1b70b12d46773a9184777d65e2677
Author: daidai <[email protected]>
AuthorDate: Fri Sep 22 19:46:57 2023 +0800

    [fix](regression)fix test_path_partition_keys suite (#24803)
---
 .../suites/external_table_p2/tvf/test_path_partition_keys.groovy        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/external_table_p2/tvf/test_path_partition_keys.groovy 
b/regression-test/suites/external_table_p2/tvf/test_path_partition_keys.groovy
index 0c4c74e9249..ad572936aec 100644
--- 
a/regression-test/suites/external_table_p2/tvf/test_path_partition_keys.groovy
+++ 
b/regression-test/suites/external_table_p2/tvf/test_path_partition_keys.groovy
@@ -74,7 +74,7 @@ suite("test_path_partition_keys", 
"p2,external,tvf,external_remote,external_remo
     List<List<Object>> backends =  sql """ show backends """
     assertTrue(backends.size() > 0)
     def be_id = backends[0][0]
-    def dataFilePath = context.config.dataPath + 
"/external_table_p2/test_path_partition_keys/"
+    def dataFilePath = context.config.dataPath + 
"/external_table_p2/tvf/test_path_partition_keys/"
 
     def outFilePath="/test_path_partition_keys"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to