Skip to content

Commit

Permalink
closing catalog connection for BQ (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal authored Nov 27, 2023
1 parent 446a09e commit e56cabd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/connectors/bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func (c *BigQueryConnector) Close() error {
if c == nil || c.client == nil {
return nil
}
c.catalogPool.Close()
return c.client.Close()
}

Expand Down

0 comments on commit e56cabd

Please sign in to comment.