SaintBacchus opened a new issue, #14193: URL: https://github.com/apache/doris/issues/14193
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### What's Wrong? Assert failed in `split_line` function  ### What You Expected? no core dump and load text data success. ### How to Reproduce? use this stmt for load ``` LOAD LABEL test1 ( DATA INFILE("file path ") INTO TABLE table_name COLUMNS TERMINATED BY "01030204" PROPERTIES ( "line_delimiter" = "04020301" ) ) WITH S3 () PROPERTIES ( "timeout" = "3600"); ``` and datafile context with one line ``` 16895940223713165325890103020437467513844006000103020489010302042020-11-17010302041010302046895940223713165325010302046935395805079535647010302046807258488247418894010302042020-11-170103020401030204\N01030204001030204010302040010302043010302040010302041605668462010302042020-11-1801030204\N0103020482261010302041608479999010302041605586201010302040010302041010302041010302040010302041010302040010302040010302040010302041659969137148000007010302042005-12-2101030204101030204101030204\N01030204xxx01030204689594022366783079801030204@p2Ihj0argn+1rWHWtQKNcctaR5lfcMt5q+bnMzNOl6A=01030204#T6Fl/wzJAjpyLbtykid9KHCAghnbhTUfhhei+9yxKVYlEw7mTzSw01030204101030204001030204\N01030204\N01030204\N01030204\N01030204\N01030204101030204165996924763600000104020301 ``` ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org