[fix](const column) fix coredump caused by const column for some functions (#18737)
This commit is contained in:
@ -316,7 +316,7 @@ public:
|
||||
for (int i = 0; i < 2; ++i) {
|
||||
std::tie(argument_columns[i], col_const[i]) =
|
||||
unpack_if_const(block.get_by_position(arguments[i]).column);
|
||||
check_set_nullable(argument_columns[i], null_map);
|
||||
check_set_nullable(argument_columns[i], null_map, col_const[i]);
|
||||
}
|
||||
|
||||
auto res = Impl::ColumnType::create();
|
||||
|
||||
Reference in New Issue
Block a user