You've already forked go-clickhouse
mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-06-14 23:44:59 +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 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",
|
internal.Logger.Printf("got column type %q, but %s.%s has type %q",
|
||||||
colType, t.Type.Name(), field.GoName, field.CHType)
|
colType, t.Type.Name(), field.GoName, field.CHType)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user