eldenmoon commented on code in PR #63182:
URL: https://github.com/apache/doris/pull/63182#discussion_r3226728371
##########
be/src/format/json/new_json_reader.cpp:
##########
@@ -1138,8 +1158,23 @@ Status
NewJsonReader::_simdjson_write_data_to_column(simdjson::ondemand::value&
}
}
- auto primitive_type = type_desc->get_primitive_type();
if (_is_load || !is_complex_type(primitive_type)) {
+ if (is_flexible_variant_patch_column && primitive_type ==
TYPE_VARIANT) {
+ ParseConfig parse_config;
Review Comment:
不应该在这里parse, 应该再存储层做
--
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]