This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 5ad92531a7d [fix](test) remove duplicate tvf test cases (#61311)
5ad92531a7d is described below
commit 5ad92531a7ded119e4d40cc5155acfa5952a843b
Author: MoanasDaddyXu <[email protected]>
AuthorDate: Sat Mar 14 19:20:51 2026 +0800
[fix](test) remove duplicate tvf test cases (#61311)
---
.../data/load_p0/tvf/test_tvf_error_data.out | 9 +-------
.../suites/load_p0/tvf/test_tvf_error_data.groovy | 26 +++-------------------
2 files changed, 4 insertions(+), 31 deletions(-)
diff --git a/regression-test/data/load_p0/tvf/test_tvf_error_data.out
b/regression-test/data/load_p0/tvf/test_tvf_error_data.out
index af864e1d423..39bebc41d1d 100644
--- a/regression-test/data/load_p0/tvf/test_tvf_error_data.out
+++ b/regression-test/data/load_p0/tvf/test_tvf_error_data.out
@@ -30,11 +30,4 @@
1
-- !select --
-7 2025-10-01T10:00:00.001 "a'b" "b'c'" "c" "d"
-
--- !sql --
-1
-
--- !select --
-8 2025-10-01T10:00:00.001 a,b,c b c d
-
+8 2025-10-01T10:00:00.001 a,b,c b c d
\ No newline at end of file
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 411b583f616..c9b5faba399 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
@@ -132,27 +132,7 @@ suite("test_tvf_error_data", "p0") {
"""
sql """ truncate table ${tableName} """
- // Step6: string with enclose init
- sql "set enable_insert_strict = false"
- qt_sql """
- INSERT INTO ${tableName}
- SELECT * FROM S3 (
- "uri" =
"http://${bucket}.${s3_endpoint}/${path}/tvf_error_data_with_enclose.csv",
- "ACCESS_KEY"= "${ak}",
- "SECRET_KEY" = "${sk}",
- "column_separator" = ",",
- "format" = "csv",
- "enclose" = "'",
- "region" = "${region}"
- );
- """
- sql "set enable_insert_strict = true"
- qt_select """
- select * from ${tableName}
- """
- sql """ truncate table ${tableName} """
-
- // Step7: string with escape init
+ // Step6: string with escape init
sql "set enable_insert_strict = false"
qt_sql """
INSERT INTO ${tableName}
@@ -174,7 +154,7 @@ suite("test_tvf_error_data", "p0") {
sql """ truncate table ${tableName} """
- // Step8: string with separator init
+ // Step7: string with separator init
sql "set enable_insert_strict = false"
qt_sql """
INSERT INTO ${tableName}
@@ -195,7 +175,7 @@ suite("test_tvf_error_data", "p0") {
"""
sql """ truncate table ${tableName} """
- // Step9: string with separator init without enclose
+ // Step8: string with separator init without enclose
test {
sql """
INSERT INTO ${tableName}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]