-
Notifications
You must be signed in to change notification settings - Fork 590
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
Conversation
8c172f2
to
e3644df
Compare
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]>
e3644df
to
1e32f98
Compare
Signed-off-by: Runji Wang <[email protected]>
Signed-off-by: Runji Wang <[email protected]>
Signed-off-by: Runji Wang <[email protected]>
d17290b
to
ce9dec4
Compare
We also bumped:
since arrow depends on them. |
Signed-off-by: Runji Wang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #12591 +/- ##
=======================================
Coverage 69.33% 69.33%
=======================================
Files 1470 1470
Lines 241567 241536 -31
=======================================
- Hits 167484 167467 -17
+ Misses 74083 74069 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 8 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Cargo.lock
Outdated
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
@@ -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" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄
Bumps the arrow group with 6 updates:
46.0.0
47.0.0
46.0.0
47.0.0
46.0.0
47.0.0
46.0.0
47.0.0
46.0.0
47.0.0
46.0.0
47.0.0
Updates
arrow-array
from 46.0.0 to 47.0.0Changelog
Sourced from arrow-array's changelog.
Commits
1d6feea
Prepare arrow 47.0.0 (#4827)e214d6b
Respect FormatOption::nulls for NullArray (#4836)f7464bc
Fix merge_dictionary_values in selection kernels (#4833)47e8a8d
Fix flight sql do put handling, add bind parameter support to FlightSQL cli c...33b881d
Fix like scalar null (#4832)175c776
Fix typo in docstring (#4826)95ee5d3
feat: FixedSizeBinaryArray::value_data return reference (#4821)a6dffca
Update prost (#4825)7b78531
Update chrono pin (#4824)9cb4a75
Stateless Row Encoding / Don't Preserve Dictionaries inRowConverter
(#4811...Updates
arrow-cast
from 46.0.0 to 47.0.0Changelog
Sourced from arrow-cast's changelog.
Commits
1d6feea
Prepare arrow 47.0.0 (#4827)e214d6b
Respect FormatOption::nulls for NullArray (#4836)f7464bc
Fix merge_dictionary_values in selection kernels (#4833)47e8a8d
Fix flight sql do put handling, add bind parameter support to FlightSQL cli c...33b881d
Fix like scalar null (#4832)175c776
Fix typo in docstring (#4826)95ee5d3
feat: FixedSizeBinaryArray::value_data return reference (#4821)a6dffca
Update prost (#4825)7b78531
Update chrono pin (#4824)9cb4a75
Stateless Row Encoding / Don't Preserve Dictionaries inRowConverter
(#4811...Updates
arrow-schema
from 46.0.0 to 47.0.0Changelog
Sourced from arrow-schema's changelog.
Commits
1d6feea
Prepare arrow 47.0.0 (#4827)e214d6b
Respect FormatOption::nulls for NullArray (#4836)f7464bc
Fix merge_dictionary_values in selection kernels (#4833)47e8a8d
Fix flight sql do put handling, add bind parameter support to FlightSQL cli c...33b881d
Fix like scalar null (#4832)175c776
Fix typo in docstring (#4826)95ee5d3
feat: FixedSizeBinaryArray::value_data return reference (#4821)a6dffca
Update prost (#4825)7b78531
Update chrono pin (#4824)9cb4a75
Stateless Row Encoding / Don't Preserve Dictionaries inRowConverter
(#4811...Updates
arrow-buffer
from 46.0.0 to 47.0.0Changelog
Sourced from arrow-buffer's changelog.
Commits
1d6feea
Prepare arrow 47.0.0 (#4827)e214d6b
Respect FormatOption::nulls for NullArray (#4836)f7464bc
Fix merge_dictionary_values in selection kernels (#4833)47e8a8d
Fix flight sql do put handling, add bind parameter support to FlightSQL cli c...33b881d
Fix like scalar null (#4832)175c776
Fix typo in docstring (#4826)95ee5d3
feat: FixedSizeBinaryArray::value_data return reference (#4821)a6dffca
Update prost (#4825)7b78531
Update chrono pin (#4824)9cb4a75
Stateless Row Encoding / Don't Preserve Dictionaries inRowConverter
(#4811...Updates
arrow-select
from 46.0.0 to 47.0.0Changelog
Sourced from arrow-select's changelog.
Commits
1d6feea
Prepare arrow 47.0.0 (#4827)e214d6b
Respect FormatOption::nulls for NullArray (#4836)f7464bc
Fix merge_dictionary_values in selection kernels (#4833)47e8a8d
Fix flight sql do put handling, add bind parameter support to FlightSQL cli c...33b881d
Fix like scalar null (#4832)175c776
Fix typo in docstring (#4826)95ee5d3
feat: FixedSizeBinaryArray::value_data return reference (#4821)a6dffca
Update prost (#4825)7b78531
Update chrono pin (#4824)9cb4a75
Stateless Row Encoding / Don't Preserve Dictionaries inRowConverter
(#4811...Updates
arrow-ord
from 46.0.0 to 47.0.0Changelog
Sourced from arrow-ord's changelog.
Commits
1d6feea
Prepare arrow 47.0.0 (#4827)e214d6b
Respect FormatOption::nulls for NullArray (#4836)f7464bc
Fix merge_dictionary_values in selection kernels (#4833)47e8a8d
Fix flight sql do put handling, add bind parameter support to FlightSQL cli c...33b881d
Fix like scalar null (#4832)175c776
Fix typo in docstring (#4826)95ee5d3
feat: FixedSizeBinaryArray::value_data return reference (#4821)a6dffca
Update prost (#4825)7b78531
Update chrono pin (#4824)9cb4a75
Stateless Row Encoding / Don't Preserve Dictionaries inRowConverter
(#4811...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