kou commented on PR #14204: URL: https://github.com/apache/arrow/pull/14204#issuecomment-1255864383
@wgtmac This breaks our lint: https://github.com/apache/arrow/actions/runs/3105831802/jobs/5031935208#step:5:866 ```diff --- /arrow/cpp/src/arrow/type.cc +++ /arrow/cpp/src/arrow/type.cc (after clang format) @@ -1723,8 +1723,7 @@ SchemaBuilder::SchemaBuilder(std::vector<std::shared_ptr<Field>> fields, ConflictPolicy policy, Field::MergeOptions field_merge_options) { - impl_ = std::make_unique<Impl>(std::move(fields), nullptr, policy, - field_merge_options); + impl_ = std::make_unique<Impl>(std::move(fields), nullptr, policy, field_merge_options); } SchemaBuilder::SchemaBuilder(const std::shared_ptr<Schema>& schema, ConflictPolicy policy, ... ``` Could you fix this as a follow-up pull request? Or do you want me to fix this? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org