xiaokang commented on code in PR #45905:
URL: https://github.com/apache/doris/pull/45905#discussion_r1899215050
##########
be/src/vec/exec/format/json/new_json_reader.cpp:
##########
@@ -1818,6 +1816,10 @@ Status
NewJsonReader::_simdjson_write_data_to_column(simdjson::ondemand::value&
} else {
return Status::InternalError("Not support load to complex column.");
}
+ // we should set nullmap at last to avoid column_nullable nullmap and data
column size not same
Review Comment:
Why it cause problems if it is in the original position?
BTW, use LLM to generate native English comment.
--
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]