Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

Bumps ballista from 47.0.0 to 49.0.0.

Changelog

Sourced from ballista's changelog.

49.0.0 (2025-09-12)

Full Changelog

Implemented enhancements:

  • feat: Feat force shuffle reader to read all files using arrow flight client #1310 (milenkovicm)
  • feat: implement job data cleanup in pull-staged strategy #1219 #1314 (KR-bluejay)

Fixed bugs:

  • fix: fail job in case of serde error (pull-mode) #1297 (milenkovicm)
  • fix: Ensure stage-level sort requirements are enforced in distributed planning #1306 (metegenez)
  • fix: UnresolvedShuffleExec should support with_new_children #1300 (milenkovicm)
  • fix: ShuffleReader should return statistics #1302 (milenkovicm)
  • fix: Disable CollectLeft join as it is broken in ballista #1301 (milenkovicm)
  • fix: Issue with JoinSelection and NestedLoopJoin::swap_inputs when stage is resolved #1307 (milenkovicm)

Merged pull requests:

  • chore: update datafusion to 49 #1285 (milenkovicm)
  • chore: Improve GitHub actions/python workflows #1289 (Huy1Ng)
  • chore: update datafusion to 49.0.2 #1298 (milenkovicm)
  • minor: make shuffle exec display consistent #1299 (milenkovicm)
  • fix: fail job in case of serde error (pull-mode) #1297 (milenkovicm)
  • fix: Ensure stage-level sort requirements are enforced in distributed planning #1306 (metegenez)
  • fix: UnresolvedShuffleExec should support with_new_children #1300 (milenkovicm)
  • fix: ShuffleReader should return statistics #1302 (milenkovicm)
  • fix: Disable CollectLeft join as it is broken in ballista #1301 (milenkovicm)
  • chore: notice and cargo deps cleanup #1295 (milenkovicm)
  • chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 #1303 (dependabot[bot])
  • chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in /python #1308 (dependabot[bot])
  • refactor: expand ClusterEventSender visibility to public #1312 (Th824)
  • fix: Issue with JoinSelection and NestedLoopJoin::swap_inputs when stage is resolved #1307 (milenkovicm)
  • minor: enable json write test #1311 (milenkovicm)
  • feat: Feat force shuffle reader to read all files using arrow flight client #1310 (milenkovicm)
  • feat: implement job data cleanup in pull-staged strategy #1219 #1314 (KR-bluejay)
  • feat: Improve Remote Shuffle Read Speed and Resource Utilisation #1318 (milenkovicm)
  • fix: Issue with JoinSelection and CrossJoinExec when stages have been resoled #1322 (ZihuanLing)

48.0.0 (2025-07-30)

Full Changelog

Fixed bugs:

  • fix: devcontainer protoc:1 feature url #1278 (Almaz-KG)
  • fix: change code to support rust 2024 #1283 (milenkovicm)
  • fix: remove configure_me #1282 (milenkovicm)

... (truncated)

Commits
  • b0fd087 chore: generate changelog for ballista 49 (#1317)
  • 4c6a148 fix: Issue with JoinSelection and CrossJoinExec when stages have been res...
  • f305a76 feat: Improve Remote Shuffle Read Speed and Resource Utilisation (#1318)
  • 6774c4b feat: implement job data cleanup in pull-staged strategy #1219 (#1314)
  • 59cd752 feat: Feat force shuffle reader to read all files using arrow flight client (...
  • be45179 minor: enable json test (#1311)
  • 3d601b5 ballista specific join selection rule (#1307)
  • 4c9b360 refactor: expand ClusterEventSender visibility to public (#1312)
  • 3518c1d chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in /python (#1308)
  • 7db7fff chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#1303)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 7, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 7, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Thu Nov 06 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot dependabot bot force-pushed the dependabot/cargo/ballista-49.0.0 branch 2 times, most recently from 2f1feb9 to d144853 Compare October 15, 2025 13:33
@dependabot dependabot bot force-pushed the dependabot/cargo/ballista-49.0.0 branch 2 times, most recently from 071fc4a to ad9a41a Compare October 20, 2025 14:47
@dependabot dependabot bot force-pushed the dependabot/cargo/ballista-49.0.0 branch 2 times, most recently from ac1122f to e5141dd Compare November 5, 2025 14:49
Bumps [ballista](https://github.com/apache/datafusion-ballista) from 47.0.0 to 49.0.0.
- [Changelog](https://github.com/apache/datafusion-ballista/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-ballista@47.0.0...49.0.0)

---
updated-dependencies:
- dependency-name: ballista
  dependency-version: 49.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/ballista-49.0.0 branch from e5141dd to e1521e5 Compare November 5, 2025 14:51
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