zhannngchen commented on PR #18161:
URL: https://github.com/apache/doris/pull/18161#issuecomment-1487994103

   > 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
   >     }
   > ```
   
   @hust-hhb your case failed in p0 regression, due to the time limit, please 
modify here


-- 
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

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

Reply via email to