You've already forked go-clickhouse
mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-07-01 00:25:06 +02:00
chore: silence logs
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user