Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump arrow-*, tonic, prost #12591

Merged
merged 9 commits into from
Oct 8, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps the arrow group with 6 updates:

Package From To
arrow-array 46.0.0 47.0.0
arrow-cast 46.0.0 47.0.0
arrow-schema 46.0.0 47.0.0
arrow-buffer 46.0.0 47.0.0
arrow-select 46.0.0 47.0.0
arrow-ord 46.0.0 47.0.0

Updates arrow-array from 46.0.0 to 47.0.0

Changelog

Sourced from arrow-array's changelog.

Historical Changelog

Commits

Updates arrow-cast from 46.0.0 to 47.0.0

Changelog

Sourced from arrow-cast's changelog.

Historical Changelog

Commits

Updates arrow-schema from 46.0.0 to 47.0.0

Changelog

Sourced from arrow-schema's changelog.

Historical Changelog

Commits

Updates arrow-buffer from 46.0.0 to 47.0.0

Changelog

Sourced from arrow-buffer's changelog.

Historical Changelog

Commits

Updates arrow-select from 46.0.0 to 47.0.0

Changelog

Sourced from arrow-select's changelog.

Historical Changelog

Commits

Updates arrow-ord from 46.0.0 to 47.0.0

Changelog

Sourced from arrow-ord's changelog.

Historical Changelog

Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner September 28, 2023 18:29
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/arrow-4575854054 branch 5 times, most recently from 8c172f2 to e3644df Compare October 5, 2023 18:36
Bumps the arrow group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [arrow-array](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-cast](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-schema](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-buffer](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-select](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-ord](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |


Updates `arrow-array` from 46.0.0 to 47.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...47.0.0)

Updates `arrow-cast` from 46.0.0 to 47.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...47.0.0)

Updates `arrow-schema` from 46.0.0 to 47.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...47.0.0)

Updates `arrow-buffer` from 46.0.0 to 47.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...47.0.0)

Updates `arrow-select` from 46.0.0 to 47.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...47.0.0)

Updates `arrow-ord` from 46.0.0 to 47.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...47.0.0)

---
updated-dependencies:
- dependency-name: arrow-array
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
- dependency-name: arrow-cast
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
- dependency-name: arrow-schema
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
- dependency-name: arrow-buffer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
- dependency-name: arrow-select
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
- dependency-name: arrow-ord
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/arrow-4575854054 branch from e3644df to 1e32f98 Compare October 6, 2023 18:28
@wangrunji0408 wangrunji0408 self-assigned this Oct 7, 2023
@wangrunji0408 wangrunji0408 force-pushed the dependabot/cargo/arrow-4575854054 branch from d17290b to ce9dec4 Compare October 7, 2023 13:20
@wangrunji0408
Copy link
Contributor

wangrunji0408 commented Oct 7, 2023

We also bumped:

  • tonic to v0.10
  • prost to v0.12

since arrow depends on them.

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #12591 (5cd0cc7) into main (4fe8294) will increase coverage by 0.00%.
Report is 2 commits behind head on main.
The diff coverage is 53.01%.

@@           Coverage Diff           @@
##             main   #12591   +/-   ##
=======================================
  Coverage   69.33%   69.33%           
=======================================
  Files        1470     1470           
  Lines      241567   241536   -31     
=======================================
- Hits       167484   167467   -17     
+ Misses      74083    74069   -14     
Flag Coverage Δ
rust 69.33% <53.01%> (+<0.01%) ⬆️

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

Files Coverage Δ
src/connector/src/sink/kafka.rs 30.93% <ø> (ø)
src/connector/src/sink/mod.rs 58.82% <100.00%> (ø)
...onnector/src/source/google_pubsub/source/reader.rs 0.00% <ø> (ø)
src/frontend/src/catalog/system_catalog/mod.rs 94.51% <100.00%> (ø)
src/meta/src/hummock/manager/mod.rs 60.83% <ø> (ø)
src/udf/src/error.rs 0.00% <ø> (ø)
.../catalog/system_catalog/rw_catalog/rw_fragments.rs 50.00% <66.66%> (ø)
src/frontend/src/scheduler/distributed/stage.rs 15.54% <0.00%> (ø)
src/meta/src/hummock/mock_hummock_meta_client.rs 50.20% <0.00%> (+0.83%) ⬆️
src/meta/src/rpc/service/user_service.rs 0.00% <0.00%> (ø)
... and 8 more

... and 8 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@wangrunji0408 wangrunji0408 requested a review from xxchan October 7, 2023 14:52
Cargo.lock Outdated
Copy link
Member

@xxchan xxchan Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: the remaining tonic 0.9.2 are: console-subscriber, google-cloud-gax, google-cloud-googleapis, etcd-client, opentelemetry-otlp, opentelemetry-proto

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll update etcd-client after this PR. Other dependencies don't seem to have newer version.

@xxchan xxchan changed the title chore(deps): Bump the arrow group with 6 updates chore(deps): Bump the arrow-*, tonic, prost Oct 7, 2023
@xxchan xxchan changed the title chore(deps): Bump the arrow-*, tonic, prost chore(deps): Bump arrow-*, tonic, prost Oct 7, 2023
@@ -121,6 +127,7 @@ tokio-retry = "0.3"
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec", "io"] }
tonic = { workspace = true }
tonic_0_9 = { package = "tonic", version = "0.9" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@wangrunji0408 wangrunji0408 added this pull request to the merge queue Oct 7, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 7, 2023
@xxchan xxchan enabled auto-merge October 8, 2023 02:55
@xxchan xxchan added this pull request to the merge queue Oct 8, 2023
Merged via the queue into main with commit 0001232 Oct 8, 2023
8 checks passed
@xxchan xxchan deleted the dependabot/cargo/arrow-4575854054 branch October 8, 2023 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file type/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants