eldenmoon commented on code in PR #45885: URL: https://github.com/apache/doris/pull/45885#discussion_r1896840536
########## be/src/vec/exec/format/json/new_json_reader.cpp: ########## @@ -1817,6 +1815,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: seperate this fix to another PR and add test cases -- 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