yiguolei commented on code in PR #10179:
URL: https://github.com/apache/incubator-doris/pull/10179#discussion_r898719868
##########
be/src/vec/exec/vjson_scanner.cpp:
##########
@@ -331,7 +332,7 @@ Status
VJsonReader::_write_data_to_column(rapidjson::Value::ConstValueIterator v
break;
default:
// for other type like array or object. we convert it to string to save
- std::string json_str = JsonReader::_print_json_value(*value);
+ json_str = JsonReader::_print_json_value(*value);
wbytes = json_str.size();
Review Comment:
could you explain why the previous code has bug?
--
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]