Skip to content

fix(deps): update ballista stack (major)#113

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-ballista-stack
Open

fix(deps): update ballista stack (major)#113
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-ballista-stack

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 16, 2025

This PR contains the following updates:

Package Type Update Change
ballista (source) dependencies major 49.052.0
datafusion (source) dependencies major 49.053.0

Release Notes

apache/datafusion-ballista (ballista)

v52.0.0

Compare Source

Performance related:

  • perf: optimize shuffle writer with buffered I/O and fix file size bug #​1386 (andygrove)

Implemented enhancements:

  • feat: add config option for skipping arrow ipc read validation #​1374 (killzoner)
  • feat: improve tpch benchmark CLI #​1391 (andygrove)
  • feat: Add sort-based shuffle implementation #​1389 (andygrove)
  • feat: New ballista python interface #​1338 (milenkovicm)
  • feat: Add batch coalescing ability to shuffle reader exec #​1380 (danielhumanmod)
  • feat: Add arrow flight proxy to scheduler #​1351 (sebbegg)
  • feat: Creating SubstraitSchedulerClient and standalone Substrait examples #​1376 (mattcuento)
  • feat: Cluster RPC customisations to support TLS and custom headers #​1400 (phillipleblanc)
  • feat: add -c config override flag to tpch benchmark #​1435 (andygrove)
  • feat: Extract execution_graph to a trait #​1361 (milenkovicm)
  • feat: Add spark-compat mode to integrate datafusion-spark features au… #​1416 (mattcuento)
  • feat: add Dataframe.cache() factory (no planner handling) #​1420 (killzoner)
  • feat: Adaptive query execution (AQE) planner fundamentals #​1372 (milenkovicm)
  • feat: Make push scheduling policy default as it has lower latency #​1461 (milenkovicm)
  • feat: job scheduling with push based job status updates #​1478 (milenkovicm)

Fixed bugs:

  • fix: compile issue after unsuccessful merge #​1402 (milenkovicm)
  • fix: prost build keda and TLS RPC example #​1429 (killzoner)
  • fix: remove scheduler_config_spec.toml as it is unused #​1462 (milenkovicm)
  • fix: Don't use maxrows as a "fetched rows" but calculate it from the batches #​1480 (martin-g)

Documentation updates:

  • docs: fix outdated content in documentation #​1385 (andygrove)
  • docs: use tpchgen-rs for TPC-H data generation #​1390 (andygrove)
  • docs: add Jupyter notebook support documentation #​1399 (andygrove)
  • chore: Document ballista features in README.md #​1418 (mattcuento)

Merged pull requests:

  • feat: add config option for skipping arrow ipc read validation #​1374 (killzoner)
  • docs: fix outdated content in documentation #​1385 (andygrove)
  • restrict python CI to python directory #​1383 (Huy1Ng)
  • perf: optimize shuffle writer with buffered I/O and fix file size bug #​1386 (andygrove)
  • docs: use tpchgen-rs for TPC-H data generation #​1390 (andygrove)
  • feat: improve tpch benchmark CLI #​1391 (andygrove)
  • doc: Add Ballista extensions example to the docs. #​1382 (LouisBurke)
  • feat: Add sort-based shuffle implementation #​1389 (andygrove)
  • feat: New ballista python interface #​1338 (milenkovicm)
  • doc: add more details for protobuf extension #​1393 (LouisBurke)
  • feat: Add batch coalescing ability to shuffle reader exec #​1380 (danielhumanmod)
  • docs: add Jupyter notebook support documentation #​1399 (andygrove)
  • feat: Add arrow flight proxy to scheduler #​1351 (sebbegg)
  • chore: update datafusion to 52 #​1394 (killzoner)
  • feat: Creating SubstraitSchedulerClient and standalone Substrait examples #​1376 (mattcuento)
  • fix: compile issue after unsuccessful merge #​1402 (milenkovicm)
  • feat: Cluster RPC customisations to support TLS and custom headers #​1400 (phillipleblanc)
  • chore: Document ballista features in README.md #​1418 (mattcuento)
  • fix: prost build keda and TLS RPC example #​1429 (killzoner)
  • Improve sort-based shuffle: single spill file per partition and batch coalescing #​1431 (andygrove)
  • feat: add -c config override flag to tpch benchmark #​1435 (andygrove)
  • feat: Extract execution_graph to a trait #​1361 (milenkovicm)
  • chore: add confirmation before tarball is released #​1445 (milenkovicm)
  • minor: add test to cover IPC arrow file read #​1450 (milenkovicm)
  • feat: Add spark-compat mode to integrate datafusion-spark features au… #​1416 (mattcuento)
  • feat: add Dataframe.cache() factory (no planner handling) #​1420 (killzoner)
  • fix: remove scheduler_config_spec.toml as it is unused #​1462 (milenkovicm)
  • feat: Adaptive query execution (AQE) planner fundamentals #​1372 (milenkovicm)
  • feat: Make push scheduling policy default as it has lower latency #​1461 (milenkovicm)
  • minor: improve log statements #​1482 (milenkovicm)
  • chore: update datafusion to 52.2 and other deps to latest #​1483 (milenkovicm)
  • fix: Don't use maxrows as a "fetched rows" but calculate it from the batches #​1480 (martin-g)
  • feat: job scheduling with push based job status updates #​1478 (milenkovicm)

v51.0.0

Compare Source

Implemented enhancements:

  • feat: Support distributed plan in EXPLAIN command #​1309 (danielhumanmod)
  • feat: update rust edition to 2024 #​1355 (killzoner)
  • feat: capture more metrics in distributed_query #​1353 (PhVHoang)
  • feat: Bump docker rust to rust:1.92-trixie #​1365 (mattcuento)
  • feat: Scheduler supports substrait logical plan and remove deprecated sql support #​1360 (mattcuento)

Merged pull requests:

  • minor: minor changes to release script/docs #​1342 (andygrove)
  • feat: Support distributed plan in EXPLAIN command #​1309 (danielhumanmod)
  • chore: update datafusion to 51.0 #​1345 (danielhumanmod)
  • doc: Add a note that datafusion may need to be downgraded after installing it #​1348 (martin-g)
  • minor: Make DisplayAs consistent and more readable for ShuffleExec #​1347 (milenkovicm)
  • minor: remove unnecessary clone functions #​1352 (mmooyyii)
  • feat: update rust edition to 2024 #​1355 (killzoner)
  • chore(doc): Clean up deployment docs. #​1354 (LouisBurke)
  • feat: capture more metrics in distributed_query #​1353 (PhVHoang)
  • doc: Fix plan translation example to use correct aggregation and column #​1362 (mattcuento)
  • chore: update ballista version to 51.0.0 (from 50.0.0) #​1363 (milenkovicm)
  • feat: Bump docker rust to rust:1.92-trixie #​1365 (mattcuento)
  • chore: Add missing public API documentation/comments #​1364 (killzoner)
  • feat: Scheduler supports substrait logical plan and remove deprecated sql support #​1360 (mattcuento)

v50.0.0

Compare Source

Implemented enhancements:

  • feat: Support distributed plan in EXPLAIN command #​1309 (danielhumanmod)
  • feat: update rust edition to 2024 #​1355 (killzoner)
  • feat: capture more metrics in distributed_query #​1353 (PhVHoang)
  • feat: Bump docker rust to rust:1.92-trixie #​1365 (mattcuento)
  • feat: Scheduler supports substrait logical plan and remove deprecated sql support #​1360 (mattcuento)

Merged pull requests:

  • minor: minor changes to release script/docs #​1342 (andygrove)
  • feat: Support distributed plan in EXPLAIN command #​1309 (danielhumanmod)
  • chore: update datafusion to 51.0 #​1345 (danielhumanmod)
  • doc: Add a note that datafusion may need to be downgraded after installing it #​1348 (martin-g)
  • minor: Make DisplayAs consistent and more readable for ShuffleExec #​1347 (milenkovicm)
  • minor: remove unnecessary clone functions #​1352 (mmooyyii)
  • feat: update rust edition to 2024 #​1355 (killzoner)
  • chore(doc): Clean up deployment docs. #​1354 (LouisBurke)
  • feat: capture more metrics in distributed_query #​1353 (PhVHoang)
  • doc: Fix plan translation example to use correct aggregation and column #​1362 (mattcuento)
  • chore: update ballista version to 51.0.0 (from 50.0.0) #​1363 (milenkovicm)
  • feat: Bump docker rust to rust:1.92-trixie #​1365 (mattcuento)
  • chore: Add missing public API documentation/comments #​1364 (killzoner)
  • feat: Scheduler supports substrait logical plan and remove deprecated sql support #​1360 (mattcuento)
apache/datafusion (datafusion)

v53.1.0

Compare Source

v53.0.0

Compare Source

v52.5.0

Compare Source

v52.4.0

Compare Source

v52.3.0

Compare Source

v52.2.0

Compare Source

v52.1.0

Compare Source

v52.0.0

Compare Source

v51.0.0

Compare Source

v50.3.0

Compare Source

v50.2.0

Compare Source

v50.1.0

Compare Source

v50.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from 7913594 to 65412c7 Compare November 19, 2025 10:34
@renovate renovate Bot changed the title fix(deps): update rust crate datafusion to v50 fix(deps): update rust crate datafusion to v51 Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from 65412c7 to e038316 Compare November 22, 2025 02:43
@renovate renovate Bot changed the title fix(deps): update rust crate datafusion to v51 fix(deps): update ballista stack (major) Nov 22, 2025
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from e038316 to 8b1ac8d Compare December 10, 2025 12:32
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch 2 times, most recently from db62ad5 to 83124c3 Compare January 3, 2026 17:54
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from 83124c3 to b733b79 Compare January 12, 2026 18:04
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from b733b79 to 987c022 Compare January 20, 2026 00:36
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 20, 2026

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.


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

@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from 987c022 to 0639e9c Compare February 12, 2026 11:43
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from 0639e9c to 077ad40 Compare February 25, 2026 11:03
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from 077ad40 to 69c761b Compare March 7, 2026 21:38
@renovate renovate Bot changed the title fix(deps): update ballista stack (major) fix(deps): update ballista stack to v52 (major) Mar 7, 2026
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from 69c761b to d7c966d Compare March 12, 2026 10:12
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch 2 times, most recently from 20b7f4f to f11c6f5 Compare March 24, 2026 01:46
@renovate renovate Bot changed the title fix(deps): update ballista stack to v52 (major) fix(deps): update ballista stack (major) Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from f11c6f5 to 679f40b Compare April 3, 2026 17:57
@renovate renovate Bot force-pushed the renovate/major-ballista-stack branch from 679f40b to ace5a0d Compare April 16, 2026 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants