Closed stephen-soltesz closed 1 year ago
This change adds row type parameters to the bqfake types. This change allows injecting arbitrary row result types for testing when using bqfake.NewQueryReadClient[Row]() and preserves previous behavior for bqfake.NewClient().
bqfake.NewQueryReadClient[Row]()
bqfake.NewClient()
This change is
This change adds row type parameters to the bqfake types. This change allows injecting arbitrary row result types for testing when using
bqfake.NewQueryReadClient[Row]()
and preserves previous behavior forbqfake.NewClient()
.This change is