frbvianna commented on code in PR #2558:
URL: https://github.com/apache/arrow-adbc/pull/2558#discussion_r1970003138
##########
go/adbc/driver/snowflake/driver_test.go:
##########
@@ -66,7 +66,7 @@ func (s *SnowflakeQuirks) SetupDriver(t *testing.T)
adbc.Driver {
cfg.Schema = s.schemaName
s.connector = gosnowflake.NewConnector(gosnowflake.SnowflakeDriver{},
*cfg)
- return driver.NewDriver(s.mem)
+ return driver.NewDriver(s.mem,
driver.WithTransporter(gosnowflake.SnowflakeTransport))
Review Comment:
@zeroshade this was only to showcase the usage of the option in the tests
(with a valid transport), in a normal scenario (e.g. using a proxy) we'd use
this option to pass a custom transporter instead.
--
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]