lide-reed opened a new pull request, #46119:
URL: https://github.com/apache/doris/pull/46119

   Fix the bug that causes audit loader to fail.
   Related PR: #45167 #40493
   
   The bug causes audit loader fail as following errors in audit.log.
   2024-12-27 11:47:47,001 [stream_load] 
|Label=audit_log_20241227_114552_856_127_0_0_1_8030|Db=__internal_schema|Table=audit_log|User=|ClientIp=10.0.1.3|Status=Success|Message=OK|Url=http://10.0.1.4:8040/api/_load_error_log?file=__shard_7/error_log_insert_stmt_c24ed0d941f59867-ec08b8542bc2a4a1_c24ed0d941f59867_ec08b8542bc2a4a1|TotalRows=34|LoadedRows=0|FilteredRows=34|UnselectedRows=0|LoadBytes=6887|StartTime=2024-12-27
 11:45:52.858|FinishTime=2024-12-27 11:45:52.888
   
   The detail error is:
   curl 
http://10.0.1.4:8040/api/_load_error_log?file=__shard_7/error_log_insert_stmt_c24ed0d941f59867-ec08b8542bc2a4a1_c24ed0d941f59867_ec08b8542bc2a4a1
   
   Reason: actual column number in csv file is  more than  schema column 
number.actual number: 29, schema column number: 27; line delimiter: [
   ], column separator: [  ], result values:
   


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