Skip to content

Commit

Permalink
Bump gcp bigquery version
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Dec 30, 2024
1 parent f754595 commit 30470cd
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 37 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ serde = "1.0.203"
serde_json = "1.0.117"
secrecy = "=0.10.3"
backoff = "0.4.0"
gcp-bigquery-client = "0.23.0"
gcp-bigquery-client = "0.24.1"
rayon = "1.10.0"
opcua = {version="0.12.0", features = ["vendored-openssl"]}
url = "2.5.2"
uuid = {version = "1.10.0", features = ["fast-rng", "v4"]}
rustls = "0.23.18"

#Fixing dependabot issues
hashbrown = "0.15.2"
4 changes: 1 addition & 3 deletions lib/bigquery-polars/src/querying.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ impl BigQueryExecutor {
)
.await
.map_err(map_bqerr)?;
let job_info = result_set
.query_response()
.job_reference
let job_info = result_set.job_reference
.as_ref()
.ok_or_else(|| BigQueryExecutorError::JobReferenceMissingError)?;

Expand Down

0 comments on commit 30470cd

Please sign in to comment.