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

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

commit 4d7e897ad7996acf81f4a858ed2c213cc546bcb0
Author: caiconghui1 <caicongh...@jd.com>
AuthorDate: Sat Jun 1 11:29:55 2024 +0800

    fix
---
 .../suites/load_p0/stream_load/test_stream_load_keyword.groovy          | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/regression-test/suites/load_p0/stream_load/test_stream_load_keyword.groovy 
b/regression-test/suites/load_p0/stream_load/test_stream_load_keyword.groovy
index 38e09aaaf5c..f46dc02d2b6 100644
--- a/regression-test/suites/load_p0/stream_load/test_stream_load_keyword.groovy
+++ b/regression-test/suites/load_p0/stream_load/test_stream_load_keyword.groovy
@@ -43,6 +43,8 @@ suite("test_stream_load_keyword", "p0") {
 
             set 'columns', 'k1, k2, sql, database, table, sum, schema'
 
+            set 'column_separator', ','
+
             check { result, exception, startTime, endTime ->
                 if (exception != null) {
                     throw exception


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to