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 69f2beb050d [fix](regression-test)Fix test insert from tvf with common
user (#25494)
69f2beb050d is described below
commit 69f2beb050d7f20b89a688b2250ba148adab3c5e
Author: Tiewei Fang <[email protected]>
AuthorDate: Mon Oct 16 23:29:15 2023 +0800
[fix](regression-test)Fix test insert from tvf with common user (#25494)
---
.../external_table_p0/tvf/test_insert_from_tvf_with_common_user.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/regression-test/suites/external_table_p0/tvf/test_insert_from_tvf_with_common_user.groovy
b/regression-test/suites/external_table_p0/tvf/test_insert_from_tvf_with_common_user.groovy
index ed6557036d7..c83c247f11b 100644
---
a/regression-test/suites/external_table_p0/tvf/test_insert_from_tvf_with_common_user.groovy
+++
b/regression-test/suites/external_table_p0/tvf/test_insert_from_tvf_with_common_user.groovy
@@ -97,11 +97,12 @@ suite("test_insert_from_tvf_with_common_user", "p0") {
"ACCESS_KEY"= "${ak}",
"SECRET_KEY" = "${sk}",
"format" = "csv",
+ "column_separator" = "\t",
"region" = "${region}"
);
"""
- order_qt_select_base """ SELECT * FROM ${export_table_name} t ORDER BY
id; """
+ order_qt_select_base """ SELECT * FROM ${load_table_name} t ORDER BY
id; """
}
sql """drop user ${common_user}"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]