reproio / columnify

Make record oriented data to columnar format.
Apache License 2.0
38 stars 6 forks source link

Bump cloud.google.com/go/bigquery from 1.4.0 to 1.10.0 #54

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps cloud.google.com/go/bigquery from 1.4.0 to 1.10.0.

Release notes

Sourced from cloud.google.com/go/bigquery's releases.

storage/v1.10.0

  • Bump dependency on google.golang.org/api to capture changes to retry logic which will make retries on writes more resilient.
  • Improve documentation for Writer.ChunkSize.
  • Fix a bug in lifecycle to allow callers to clear lifecycle rules on a bucket.

bigquery/v1.10.0

  • Support for Infinity/-Infinity/NaN values in NullFloat64.
  • Updates to RowIterator to address issues related to retrieving query results without explicit destination table references.
  • Various updates to autogenerated clients.

storage/v1.9.0

  • Add retry for transient network errors on most operations (with the exception of writes).
  • Bump dependency for google.golang.org/api to capture a change in the default HTTP transport which will improve performance for reads under heavy load.
  • Add CRC32C checksum validation option to Composer.

bigquery/v1.9.0

  • SchemaFromJSON will now accept alias type names (e.g. INT64 vs INTEGER, STRUCT vs RECORD).
  • Support for IAM on table resources.
  • Various updates to autogenerated clients.

storage/v1.8.0

  • Add support for V4 signed post policies.

bigquery/v1.8.0

  • Add support for hourly time partitioning.
  • Various updates to autogenerated clients.

spanner/v1.8.0

  • Features:
    • feat(spanner): support of client-level custom retry settings (#2599)
    • feat(spanner): add a statement-based way to run read-write transaction. (#2545)
  • Bugfixes:
    • fix(spanner): set 'gccl' to the request header. (#2609)
    • fix(spanner): add the missing resource prefix (#2605)
    • fix(spanner): fix the upgrade of protobuf. (#2583)
    • fix(spanner): do not copy protobuf messages by value. (#2581)
    • fix(spanner): fix the required resource prefix. (#2580)
    • fix(spanner): add extra field to ignore with cmp (#2577)
    • fix(spanner): remove appengine-specific numChannels. (#2513)
  • Misc:
    • test(spanner): log warning instead of fail for stress test (#2559)
    • test(spanner): fix failed TestRsdBlockingStates test (#2597)
    • chore(spanner): cleanup mockserver and mockclient (#2414)

storage/v1.7.0

  • V4 signed URL support:
    • Add support for bucket-bound domains and virtual hosted style URLs.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 4 years ago

Codecov Report

Merging #54 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   70.05%   70.05%           
=======================================
  Files          19       19           
  Lines         875      875           
=======================================
  Hits          613      613           
  Misses        203      203           
  Partials       59       59           
Flag Coverage Δ
#unittests 70.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e616509...333c361. Read the comment docs.

syucream commented 4 years ago

Oh it works fine!