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
The following commit(s) were added to refs/heads/spec-1.1.0 by this push:
new 65d785df fix(go/adbc/driver/snowflake): disable statistics tests (#944)
65d785df is described below
commit 65d785df955d84809a83789460312c74288509aa
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 }