pitrou commented on code in PR #14242:
URL: https://github.com/apache/arrow/pull/14242#discussion_r982268466
##########
cpp/src/arrow/json/parser.cc:
##########
@@ -55,8 +55,8 @@ static Status ParseError(T&&... t) {
}
const std::string& Kind::Name(Kind::type kind) {
- static const std::string names[] = {"null", "boolean", "number",
- "string", "array", "object"};
+ static const std::string names[] = {"null", "boolean", "number",
"string",
Review Comment:
This can be avoided by enclosing this between `// clang-format off` and `//
clang-format on` tags, for the record.
--
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]