sxt-partners / arrow-ballista

Apache Arrow Ballista Distributed Query Engine
https://arrow.apache.org/datafusion
Apache License 2.0
1 stars 2 forks source link

Update arrow requirement from 31.0.0 to 35.0.0 #63

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on arrow to permit the latest version.

Changelog

Sourced from arrow's changelog.

35.0.0 (2023-03-10)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Support timestamp/time and date types in json decoder #3834 [arrow]
  • Support decoding decimals in new raw json decoder #3819 [arrow]
  • Timezone Aware Timestamp Parsing #3794 [arrow]
  • Preallocate buffers for FixedSizeBinary array creation #3792 [arrow]
  • Make Parquet CLI args consistent #3785 [parquet]
  • Creates PrimitiveDictionaryBuilder from provided keys and values builders #3776 [arrow]
  • Use NullBuffer in ArrayData #3775 [parquet] [arrow]
  • Support unary_dict_mut in arth #3710 [arrow]
  • Support cast <> String to interval #3643 [arrow]
  • Support Zero-Copy Conversion from Vec to/from MutableBuffer #3516 [arrow]

Fixed bugs:

  • Timestamp Unit Casts are Unchecked #3833 [arrow]
  • regexp_match skips first match when returning match #3803 [arrow]
  • Cast to timestamp with time zone returns timestamp #3800 [arrow]
  • Schema-level metadata is not encoded in Flight responses #3779 [arrow] [arrow-flight]

Closed issues:

Merged pull requests:

... (truncated)

Commits


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)
dependabot[bot] commented 1 year ago

The following labels could not be found: auto-dependencies.

dependabot[bot] commented 1 year ago

Superseded by #70.