[fix](const column) fix coredump caused by const column for some functions (#18737)
This commit is contained in:
@ -1001,7 +1001,7 @@ public:
|
||||
default_preprocess_parameter_columns(argument_columns, col_const, {1, 2}, block, arguments);
|
||||
|
||||
for (int i = 0; i < 3; i++) {
|
||||
check_set_nullable(argument_columns[i], res_null_map);
|
||||
check_set_nullable(argument_columns[i], res_null_map, col_const[i]);
|
||||
}
|
||||
|
||||
auto bitmap_column = assert_cast<const ColumnBitmap*>(argument_columns[0].get());
|
||||
|
||||
Reference in New Issue
Block a user