joker-star-l commented on code in PR #48040: URL: https://github.com/apache/doris/pull/48040#discussion_r1960907132
########## extension/logstash/lib/logstash/outputs/doris.rb: ########## @@ -169,21 +194,47 @@ def multi_receive(events) send_events(events) end + def create_http_headers(table) + http_headers = @request_headers.dup + unless @group_commit Review Comment: `unless xxx` is equal to `if !xxx` -- 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