diff --git a/ch/chschema/table.go b/ch/chschema/table.go index 75ffdd7..d8eea16 100644 --- a/ch/chschema/table.go +++ b/ch/chschema/table.go @@ -259,7 +259,7 @@ func (t *Table) NewColumn(colName, colType string, numRow int) *Column { } if colType != field.CHType { - if field.CHType != chtype.Any { + if field.CHType != chtype.Any && false { internal.Logger.Printf("got column type %q, but %s.%s has type %q", colType, t.Type.Name(), field.GoName, field.CHType) }