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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 37e8f047ce5 branch-4.0: [fix](test) correct tvf test case to support 
enclose&escape #61171 (#61201)
37e8f047ce5 is described below

commit 37e8f047ce52b4b3398d0718448d1fde16efcd3f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 09:42:31 2026 +0800

    branch-4.0: [fix](test) correct tvf test case to support enclose&escape 
#61171 (#61201)
    
    Cherry-picked from #61171
    
    Co-authored-by: MoanasDaddyXu <[email protected]>
---
 regression-test/suites/load_p0/tvf/test_tvf_error_data.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/suites/load_p0/tvf/test_tvf_error_data.groovy 
b/regression-test/suites/load_p0/tvf/test_tvf_error_data.groovy
index d164b9dd932..411b583f616 100644
--- a/regression-test/suites/load_p0/tvf/test_tvf_error_data.groovy
+++ b/regression-test/suites/load_p0/tvf/test_tvf_error_data.groovy
@@ -162,8 +162,8 @@ suite("test_tvf_error_data", "p0") {
                             "SECRET_KEY" = "${sk}",
                             "column_separator" = ",",
                             "format" = "csv",
-                            "enclose" = "'",
-                            "escape" = "\",
+                            "enclose" = "\\"",
+                            "escape" = "\\\\",
                             "region" = "${region}"
                             );
        """


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

Reply via email to