Apache DataFusion Ballista 44.0.0 Changelog#

Full Changelog

Implemented enhancements:

  • feat: Job notification should emit job status for successful and failed jobs #1165 (milenkovicm)

  • feat: executor supports pluggable arrow flight server #1170 (milenkovicm)

  • feat: notify scheduler when a task fails #1181 (milenkovicm)

  • feat: configure max grpc message size and disable view types in ballista #1185 (milenkovicm)

Fixed bugs:

  • fix: do not compile keda.proto if feature not used. #1168 (milenkovicm)

  • fix: rest api /api/executors does not show executors if TaskSchedulingPolicy::PullStaged #1175 (milenkovicm)

Documentation updates:

  • doc: update ballista client front page #1171 (milenkovicm)

Merged pull requests:

  • chore: planner cleanup and refactor #1160 (milenkovicm)

  • feat: Job notification should emit job status for successful and failed jobs #1165 (milenkovicm)

  • chore: fix executor build issue on release #1167 (milenkovicm)

  • fix: do not compile keda.proto if feature not used. #1168 (milenkovicm)

  • chore: update to DF.44 #1153 (milenkovicm)

  • chore: publicly expose datafusion in ballista client #1169 (milenkovicm)

  • feat: executor supports pluggable arrow flight server #1170 (milenkovicm)

  • doc: update ballista client front page #1171 (milenkovicm)

  • fix: rest api /api/executors does not show executors if TaskSchedulingPolicy::PullStaged #1175 (milenkovicm)

  • chore: generate change log for 44.0.0 #1173 (milenkovicm)

  • feat: notify scheduler when a task fails #1181 (milenkovicm)

  • feat: configure max grpc message size and disable view types in ballista #1185 (milenkovicm)

  • chore: fix tpch data generator #1186 (milenkovicm)

  • chore: fix clippy after rust 1.85 update #1188 (milenkovicm)

  • chore: commit Cargo.lock file to make builds more predictable #1190 (milenkovicm)