morningman commented on code in PR #24698: URL: https://github.com/apache/doris/pull/24698#discussion_r1332934684
########## be/src/vec/exec/format/csv/csv_reader.cpp: ########## @@ -335,6 +335,9 @@ Status CsvReader::init_reader(bool is_load) { } else { _options.map_key_delim = _params.file_attributes.text_params.mapkv_delimiter[0]; } + if (is_load) { Review Comment: Better check again, check if all columns are nullable string, in case that FE planner may change the behavior -- 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