ryan-syed commented on code in PR #1338:
URL: https://github.com/apache/arrow-adbc/pull/1338#discussion_r1419552408
##########
go/adbc/driver/snowflake/connection.go:
##########
@@ -281,11 +281,14 @@ func (c *cnxn) getObjectsDbSchemas(ctx context.Context,
depth adbc.ObjectDepth,
}
conditions := make([]string, 0)
+ queryArgs := make([]interface{}, 0, 2)
Review Comment:
Is there a specific reason to use `interface` here, when the type is known
to be `string`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]