Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

chore(deps): bump arrow from 9.1.0 to 10.0.0#49

Merged
domoritz merged 1 commit intomainfrom
dependabot/cargo/arrow-10.0.0
Mar 14, 2022
Merged

chore(deps): bump arrow from 9.1.0 to 10.0.0#49
domoritz merged 1 commit intomainfrom
dependabot/cargo/arrow-10.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2022

Bumps arrow from 9.1.0 to 10.0.0.

Changelog

Sourced from arrow's changelog.

10.0.0 (2022-03-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add extract month and day in temporal.rs #1387
  • Add clone to IpcWriteOptions #1381 [arrow]
  • Support MapArray in filter kernel #1378 [arrow]
  • Add week temporal kernel #1375 [arrow]
  • Improve performance of compare_dict_op #1371 [arrow]
  • Add support for LargeUtf8 in json writer #1357 [parquet]
  • Make arrow::array::builder::MapBuilder public #1354 [arrow]
  • Refactor StructArray::from #1351 [arrow]
  • Refactor RecordBatch::validate_new_batch #1350 [arrow]
  • Remove redundant has_ methods for optional column metadata fields #1344 [parquet]
  • Add write method to JsonWriter #1340 [arrow]
  • Refactor the code of Bitmap::new #1337 [arrow]
  • Use DictionaryArray's iterator in compare_dict_op #1329 [arrow]
  • Add as_decimal_array(arr: &dyn Array) -> &DecimalArray #1312 [arrow]
  • More ergonomic / idiomatic primitive array creation from iterators #1298 [arrow]
  • Implement DictionaryArray support in eq_dyn, neq_dyn, lt_dyn, lt_eq_dyn, gt_dyn, gt_eq_dyn #1201 [arrow]

Fixed bugs:

  • cargo clippy fails on the master branch #1362 [arrow]
  • ArrowArray::try_from_raw should not assume the pointers are from Arc #1333 [arrow]
  • Fix CSV Writer::new to accept delimiter and make WriterBuilder::build use it #1328 [arrow]
  • Make bounds configurable via builder when reading CSV #1327 [arrow]
  • Add with_datetime_format() to CSV WriterBuilder #1272 [arrow]

Performance improvements:

  • Improve performance of min and max aggregation kernels without nulls #1373 [arrow]

Closed issues:

  • Consider removing redundant has_XXX metadata functions in ColumnChunkMetadata #1332

Merged pull requests:

... (truncated)

Commits
  • a7bd09a Prepare for the 10.0.0 release (#1395)
  • afcf304 Add extract month and day in temporal.rs (#1388)
  • ca42869 Clarify release instructions about when to merge CHANGELOG update (#1370)
  • 97c1ca3 feat: support maps in MutableArrayData (#1379)
  • 4642b3e Add write method to Json Writer (#1383)
  • c947027 Speed up the function min_max_string (#1374)
  • 258f828 Allow primitive array creation from iterators of PrimitiveTypes (as well as `...
  • f9e4cf5 Improve performance if dictionary kernels, add benchmark and add `take_iter_u...
  • ce27bed Support extract week in temporal.rs (#1376)
  • 196a898 Add Clone to IpcWriteOptions (#1382)
  • Additional commits viewable in compare view

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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 14, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/arrow-10.0.0 branch from 0cc6b5b to ca8416c Compare March 14, 2022 12:09
@domoritz domoritz merged commit 76a32fc into main Mar 14, 2022
@domoritz domoritz deleted the dependabot/cargo/arrow-10.0.0 branch March 14, 2022 14:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant