Reranko05 commented on code in PR #51038:
URL: https://github.com/apache/arrow/pull/51038#discussion_r4071935532
##########
cpp/src/arrow/json/parser.cc:
##########
@@ -928,266 +1034,27 @@ class HandlerBase : public BlockParser,
return scalar_values_builder_.ReserveData(size - available_storage);
}
+ UnexpectedFieldBehavior unexpected_field_behavior_;
Status status_;
RawBuilderSet builder_set_;
BuilderPtr builder_;
- // top of this stack is the parent of builder_
Review Comment:
I will be careful from now on.
--
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]