Skip to content

Commit

Permalink
commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coe committed Sep 4, 2023
1 parent 0eb24a4 commit 81a6da9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/adbc/driver/snowflake/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ func toField(name string, isnullable bool, dataType string, numPrec, numPrecRadi
}

func toXdbcDataType(dt arrow.DataType) (xdbcType XdbcDataType) {

xdbcType = XdbcDataType_XDBC_UNKNOWN_TYPE
switch dt.ID() {
case arrow.EXTENSION:
Expand Down Expand Up @@ -509,7 +508,6 @@ func toXdbcDataType(dt arrow.DataType) (xdbcType XdbcDataType) {
default:
return XdbcDataType_XDBC_UNKNOWN_TYPE
}
return
}

func (c *cnxn) getObjectsTables(ctx context.Context, depth adbc.ObjectDepth, catalog *string, dbSchema *string, tableName *string, columnName *string, tableType []string) (result internal.SchemaToTableInfo, err error) {
Expand Down

0 comments on commit 81a6da9

Please sign in to comment.