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
commit 9c06aeadc5f8a29d10774460a6033a96002797cb Author: Dongyang Li <[email protected]> AuthorDate: Mon Aug 21 17:08:25 2023 +0800 Update test_csv_with_enclose_and_escape.groovy (#23173) --- .../suites/load_p0/stream_load/test_csv_with_enclose_and_escape.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regression-test/suites/load_p0/stream_load/test_csv_with_enclose_and_escape.groovy b/regression-test/suites/load_p0/stream_load/test_csv_with_enclose_and_escape.groovy index 1073885eed..7e24b4158c 100644 --- a/regression-test/suites/load_p0/stream_load/test_csv_with_enclose_and_escape.groovy +++ b/regression-test/suites/load_p0/stream_load/test_csv_with_enclose_and_escape.groovy @@ -110,7 +110,8 @@ suite("test_csv_with_enclose_and_escape", "p0") { file "enclose_not_trim_quotes.csv" } + sql "sync" qt_select """ SELECT * FROM ${tableName} ORDER BY k1, k2 """ -} \ No newline at end of file +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
