lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
97 stars 64 forks source link

Fix tabledata.list return type #67

Closed enricozb closed 11 months ago

enricozb commented 11 months ago

Should fix this issue: https://github.com/lquerel/gcp-bigquery-client/issues/66#issuecomment-1758752436

I didn't write any tests, but works locally with a project I am using.

lquerel commented 11 months ago

Thank you for this fix. I will publish a new version this week.

lquerel commented 11 months ago

Sorry but the submitted code doesn't compile. See: https://github.com/lquerel/gcp-bigquery-client/actions/runs/6500512333

enricozb commented 11 months ago

ugh sorry, let me fix that and make another PR.

enricozb commented 11 months ago

Fixed: https://github.com/lquerel/gcp-bigquery-client/pull/69