dataroaring commented on code in PR #57530: URL: https://github.com/apache/doris/pull/57530#discussion_r2511645255
########## be/src/http/http_common.h: ########## @@ -73,5 +73,6 @@ static const std::string HTTP_GROUP_COMMIT = "group_commit"; static const std::string HTTP_CLOUD_CLUSTER = "cloud_cluster"; static const std::string HTTP_EMPTY_FIELD_AS_NULL = "empty_field_as_null"; static const std::string HTTP_COMPUTE_GROUP = "compute_group"; +static const std::string HTTP_SKIP_RECORD = "skip_record"; Review Comment: skip_audit_log? -- 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]
