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:
parent
b73c8fabf8
commit
117fffe8ed
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user