Files
doris/be
Kang 7086956b4f [bugfix](topn) fix coredump in copy_column_data_to_block when nullable mismatch (#28597)
* [bugfix](topn) fix coredump in copy_column_data_to_block when nullable mismatch

return RuntimeError if copy_column_data_to_block nullable mismatch to avoid coredump in input_col_ptr->filter_by_selector(sel_rowid_idx, select_size, raw_res_ptr) .

The problem is reported by a doris user but I can not reproduce it, so there is no testcase added currently.

* clang format
2023-12-19 11:30:02 +08:00
..