(#42336)
This commit is contained in:
@ -387,8 +387,8 @@ void ColumnObject::Subcolumn::insert(Field field, FieldInfo info) {
|
||||
} else if (least_common_type.get_type_id() != base_type.idx && !base_type.is_nothing()) {
|
||||
if (schema_util::is_conversion_required_between_integers(base_type.idx,
|
||||
least_common_type.get_type_id())) {
|
||||
LOG_EVERY_N(INFO, 100) << "Conversion between " << getTypeName(base_type.idx) << " and "
|
||||
<< getTypeName(least_common_type.get_type_id());
|
||||
VLOG_DEBUG << "Conversion between " << getTypeName(base_type.idx) << " and "
|
||||
<< getTypeName(least_common_type.get_type_id());
|
||||
DataTypePtr base_data_type;
|
||||
TypeIndex base_data_type_id;
|
||||
get_least_supertype<LeastSupertypeOnError::Jsonb>(
|
||||
|
||||
Reference in New Issue
Block a user