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 the arrow group with 6 updates #13012

Merged
merged 4 commits into from
Oct 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps the arrow group with 6 updates:

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

Updates arrow-array from 47.0.0 to 48.0.0

Changelog

Sourced from arrow-array's changelog.

Historical Changelog

Commits

Updates arrow-cast from 47.0.0 to 48.0.0

Changelog

Sourced from arrow-cast's changelog.

Historical Changelog

Commits

Updates arrow-schema from 47.0.0 to 48.0.0

Changelog

Sourced from arrow-schema's changelog.

Historical Changelog

Commits

Updates arrow-buffer from 47.0.0 to 48.0.0

Changelog

Sourced from arrow-buffer's changelog.

Historical Changelog

Commits

Updates arrow-select from 47.0.0 to 48.0.0

Changelog

Sourced from arrow-select's changelog.

Historical Changelog

Commits

Updates arrow-ord from 47.0.0 to 48.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 October 23, 2023 18:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 23, 2023
Bumps the arrow group with 6 updates:

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


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

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

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

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

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

Updates `arrow-ord` from 47.0.0 to 48.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@47.0.0...48.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-fc75d0b7a5 branch from 815ce7b to f4c92b8 Compare October 24, 2023 18:26
@gitguardian
Copy link

gitguardian bot commented Oct 25, 2023

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id Secret Commit Filename
7648795 Generic CLI Secret c0ad055 integration_tests/iceberg-cdc/run_test.sh View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@wangrunji0408 wangrunji0408 added this pull request to the merge queue Oct 25, 2023
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #13012 (9cda949) into main (3e89c83) will decrease coverage by 0.08%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main   #13012      +/-   ##
==========================================
- Coverage   68.64%   68.57%   -0.08%     
==========================================
  Files        1496     1496              
  Lines      251405   251405              
==========================================
- Hits       172588   172390     -198     
- Misses      78817    79015     +198     
Flag Coverage Δ
rust 68.57% <ø> (-0.08%) ⬇️

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

see 19 files with indirect coverage changes

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

Merged via the queue into main with commit 39f71a1 Oct 25, 2023
8 of 9 checks passed
@wangrunji0408 wangrunji0408 deleted the dependabot/cargo/arrow-fc75d0b7a5 branch October 25, 2023 06:50
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant