chenhao7253886 commented on a change in pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns URL: https://github.com/apache/incubator-doris/pull/1447#discussion_r301444866
########## File path: be/src/exec/olap_table_sink.cpp ########## @@ -640,14 +640,25 @@ void OlapTableSink::_convert_batch(RuntimeState* state, RowBatch* input_batch, R #else state->append_error_msg_to_file("", ss.str()); Review comment: Ok , i will add it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org