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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new ef72321878 [fix](regression-text)fix test_path_partition_keys 
regression test (#24796)
ef72321878 is described below

commit ef7232187865cf24f146b21d861143e562fb5ddb
Author: daidai <[email protected]>
AuthorDate: Sun Sep 24 23:32:33 2023 +0800

    [fix](regression-text)fix test_path_partition_keys regression test (#24796)
    
    fix test_path_partition_keys regression test
---
 .../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 0c4c74e924..ad572936ae 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