Skip to content

Commit

Permalink
fix(go/adbc/driver/snowflake): disable statistics tests (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored Jul 27, 2023
1 parent fe36463 commit 65d785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/adbc/driver/snowflake/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 65d785d

Please sign in to comment.