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 c49c0aae020b1389a2474c5aca5d3fd5e69fe7c5 Author: caiconghui1 <caicongh...@jd.com> AuthorDate: Sat Jun 1 11:58:52 2024 +0800 [fix](stream_load) fix stream load may failed caused by column name with keyword --- regression-test/data/load_p0/stream_load/test_keyword.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d1a3da5a7fb..c53b2998a33 100644 --- a/regression-test/data/load_p0/stream_load/test_keyword.csv +++ b/regression-test/data/load_p0/stream_load/test_keyword.csv @@ -7,4 +7,4 @@ 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 +10,11,12,13,14,15,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