1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-08 23:26:11 +02:00

chore: silence logs

This commit is contained in:
Vladimir Mihailenco 2022-11-04 10:08:24 +02:00
parent b73c8fabf8
commit 117fffe8ed

View File

@ -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)
}