@ -179,7 +179,7 @@ Status PreparedFunctionImpl::default_implementation_for_constant_arguments(
|
||||
} else {
|
||||
result_column = temporary_block.get_by_position(arguments_size).column;
|
||||
}
|
||||
|
||||
// We shuold handle the case where the result column is also a ColumnConst.
|
||||
block.get_by_position(result).column = ColumnConst::create(result_column, input_rows_count);
|
||||
*executed = true;
|
||||
return Status::OK();
|
||||
|
||||
Reference in New Issue
Block a user