mrhhsg commented on code in PR #28737:
URL: https://github.com/apache/doris/pull/28737#discussion_r1432568758
##########
be/src/vec/exec/format/json/new_json_reader.cpp:
##########
@@ -1660,8 +1662,9 @@ Status NewJsonReader::_simdjson_write_columns_by_jsonpath(
}
RETURN_IF_ERROR(_append_error_msg(value,
"There is no column matching
jsonpaths in the json file, "
- "columns:[{}], jsonpaths:{}, please
check columns "
- "and jsonpaths",
+ "columns:[{}], please check columns "
+ "and jsonpaths:" +
+ _jsonpaths,
Review Comment:
It seems no need to modify here. There are two versions of
`_append_error_msg`.
--
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]