eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1726531507
##########
be/src/vec/json/json_parser.cpp:
##########
@@ -71,14 +71,15 @@ bool JSONDataParser<ParserImpl,
parse_nested>::extract_key(MutableColumns& colum
}
template <typename ParserImpl, bool parse_nested>
-std::optional<ParseResult> JSONDataParser<ParserImpl,
parse_nested>::parse(const char* begin,
-
size_t length) {
+std::optional<ParseResult> JSONDataParser<ParserImpl, parse_nested>::parse(
+ const char* begin, size_t length, const ParseConfig& config) {
std::string_view json {begin, length};
Element document;
if (!parser.parse(json, document)) {
Review Comment:
done
--
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]