924060929 commented on PR #18161:
URL: https://github.com/apache/doris/pull/18161#issuecomment-1487866479
please remove the time limit
```groovy
streamLoad {
table "${tableName}"
set 'column_separator', '\\x01\\x01\\x02\\x02'
set 'line_delimiter', '\\x03\\x03\\x01\\x0a'
set 'columns', 'k1, k2, k3'
set 'strict_mode', 'true'
file 'test_csv_big_file_with_special_delimiter.csv'
time 10000 // remove this line
}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]