Update vendored dependencies
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
This commit is contained in:
parent
ba23d24dd1
commit
61cb1cc6f8
1044 changed files with 203022 additions and 97709 deletions
5
vendor/cloud.google.com/go/bigquery/schema.go
generated
vendored
5
vendor/cloud.google.com/go/bigquery/schema.go
generated
vendored
|
@ -77,11 +77,6 @@ func (s Schema) asTableSchema() *bq.TableSchema {
|
|||
return &bq.TableSchema{Fields: fields}
|
||||
}
|
||||
|
||||
// customizeCreateTable allows a Schema to be used directly as an option to CreateTable.
|
||||
func (s Schema) customizeCreateTable(conf *createTableConf) {
|
||||
conf.schema = s.asTableSchema()
|
||||
}
|
||||
|
||||
func convertTableFieldSchema(tfs *bq.TableFieldSchema) *FieldSchema {
|
||||
fs := &FieldSchema{
|
||||
Description: tfs.Description,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue