splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
397 stars 9 forks source link

Bump arrow from 33.0.0 to 36.0.0 #329

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps arrow from 33.0.0 to 36.0.0.

Changelog

Sourced from arrow's changelog.

Historical 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]

... (truncated)

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

Superseded by #354.