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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org