zeroshade commented on code in PR #1866:
URL: https://github.com/apache/arrow-adbc/pull/1866#discussion_r1608519359


##########
go/adbc/driver/snowflake/driver_test.go:
##########
@@ -325,31 +325,26 @@ type SnowflakeTests struct {
        stmt   adbc.Statement
 }
 
-func (suite *SnowflakeTests) SetupSuite() {
+func (suite *SnowflakeTests) SetupTest() {

Review Comment:
   why the switch from `SetupSuite` (once for all the tests) to `SetupTest` 
(once for each test)?



-- 
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]

Reply via email to