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 c730b5cf93f67fca36f97fd33b7d2960d4492bb4 Author: caiconghui1 <caicongh...@jd.com> AuthorDate: Sat Jun 1 11:27:05 2024 +0800 fix --- .../data/load_p0/stream_load/test_keyword.csv | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/regression-test/data/load_p0/stream_load/test_keyword.csv b/regression-test/data/load_p0/stream_load/test_keyword.csv index c5339f8b57e..d1a3da5a7fb 100644 --- a/regression-test/data/load_p0/stream_load/test_keyword.csv +++ b/regression-test/data/load_p0/stream_load/test_keyword.csv @@ -1,10 +1,10 @@ -1 2 3 4 5 6 7 -2 3 4 5 6 7 8 -3 4 5 6 7 8 9 -4 5 6 7 8 9 10 -5 6 7 8 9 10 11 -6 7 8 9 10 11 12 -7 8 9 10 11 12 13 -8 9 10 11 12 13 14 -9 10 11 12 13 14 15 -10 11 12 13 14 16 16 \ No newline at end of file +1,2,3,4,5,6,7 +2,3,4,5,6,7,8 +3,4,5,6,7,8,9 +4,5,6,7,8,9,10 +5,6,7,8,9,10,11 +6,7,8,9,10,11,12 +7,8,9,10,11,12,13 +8,9,10,11,12,13,14 +9,10,11,12,13,14,15 +10,11,12,13,14,16,16 \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org