This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch spec-1.1.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git

commit 8e019017bfc91894ee43017776ac86074ee161b8
Author: David Li <[email protected]>
AuthorDate: Thu Jul 27 11:52:42 2023 -0400

    fix(go/adbc/driver/snowflake): disable statistics tests (#944)
---
 go/adbc/driver/snowflake/driver_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go/adbc/driver/snowflake/driver_test.go 
b/go/adbc/driver/snowflake/driver_test.go
index d331a5b9..712f730e 100644
--- a/go/adbc/driver/snowflake/driver_test.go
+++ b/go/adbc/driver/snowflake/driver_test.go
@@ -187,7 +187,7 @@ func (s *SnowflakeQuirks) SupportsCurrentCatalogSchema() 
bool    { return true }
 func (s *SnowflakeQuirks) SupportsExecuteSchema() bool           { return 
false }
 func (s *SnowflakeQuirks) SupportsGetSetOptions() bool           { return true 
}
 func (s *SnowflakeQuirks) SupportsPartitionedData() bool         { return 
false }
-func (s *SnowflakeQuirks) SupportsStatistics() bool              { return true 
}
+func (s *SnowflakeQuirks) SupportsStatistics() bool              { return 
false }
 func (s *SnowflakeQuirks) SupportsTransactions() bool            { return true 
}
 func (s *SnowflakeQuirks) SupportsGetParameterSchema() bool      { return 
false }
 func (s *SnowflakeQuirks) SupportsDynamicParameterBinding() bool { return 
false }

Reply via email to