This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a change to branch
dependabot/github_actions/github/codeql-action/init-4.37.0
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
from 459d8cdc9 Sync the versions of init and analyze CodeQL actions
add 5298a9f1f feat: display input stage id on UnresolvedShuffleExec
(#1967) (#1969)
add ce768eb35 chore(deps): bump aws-config from 1.8.18 to 1.9.0 (#1976)
add 006af4b87 chore(deps): bump aws-credential-types from 1.2.14 to 1.3.0
(#1975)
add b93bcc0df chore(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.2
(#1970)
add 8a4ef0bd3 chore(deps): bump actions/labeler from 6.1.0 to 6.2.0 (#1972)
add fd30f3775 chore(deps): bump taiki-e/install-action from 2.82.7 to
2.82.11 (#1973)
add 647cefe4d docs: document TPC-H plan-stability golden files and
regeneration (#1979)
add ec79000d4 fix: satisfy clippy 1.97 useless_borrows_in_formatting
(#1978)
add 2959cb7f9 perf: avoid redundant TaskStatus clones in scheduler
update_task_status (#1983)
add 434012f2e chore(deps): bump regex from 1.12.4 to 1.13.0 (#1985)
add 4f5e7c71e chore(deps): bump taiki-e/install-action from 2.82.11 to
2.83.0 (#1984)
add aad835288 chore(deps): bump pyarrow from 23.0.0 to 23.0.1 in /python
(#1961)
add bf9d9b449 chore(deps): bump uuid from 1.23.1 to 1.23.4 in /python
(#1936)
add 2555985e4 chore(deps): bump insta from 1.47.2 to 1.48.0 in /python
(#1935)
add 2ed13c7b0 chore(deps): bump pyo3-log from 0.13.3 to 0.13.4 in /python
(#1934)
add 4bd3d0e0b chore(deps): bump rand from 0.10.1 to 0.10.2 (#1933)
add 4365c19f7 chore(deps): bump log from 0.4.29 to 0.4.33 in /python
(#1932)
add 168406090 chore(deps): bump pyo3-build-config from 0.28.3 to 0.29.0 in
/python (#1931)
add 4b2a8d4a2 chore(deps): bump rand from 0.10.1 to 0.10.2 in /python
(#1928)
add 36b661ad7 chore(deps): bump prost from 0.14.3 to 0.14.4 in /python
(#1929)
add 7cb468701 Merge branch 'main' into
dependabot/github_actions/github/codeql-action/init-4.37.0
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 14 +--
.github/workflows/dev_pr.yml | 2 +-
.github/workflows/rust.yml | 2 +-
.github/workflows/tpch.yml | 2 +-
.github/workflows/web-tui.yml | 4 +-
Cargo.lock | 106 ++++++++++----------
.../src/tui/ui/main/jobs/stage_tasks_popup.rs | 2 +-
ballista/client/src/extension.rs | 2 +-
ballista/client/tests/context_checks.rs | 2 +-
.../core/src/execution_plans/unresolved_shuffle.rs | 22 ++++-
ballista/core/src/object_store.rs | 2 +-
ballista/executor/src/executor_process.rs | 2 +-
ballista/executor/src/executor_server.rs | 14 +--
ballista/scheduler/src/planner.rs | 20 ++--
ballista/scheduler/src/scheduler_server/grpc.rs | 4 +-
.../src/scheduler_server/query_stage_scheduler.rs | 2 +-
ballista/scheduler/src/state/aqe/mod.rs | 19 ++--
ballista/scheduler/src/state/execution_graph.rs | 22 ++---
ballista/scheduler/src/state/execution_stage.rs | 10 +-
.../tests/tpch_plan_stability/approved/q1.txt | 4 +-
.../tests/tpch_plan_stability/approved/q10.txt | 18 ++--
.../tests/tpch_plan_stability/approved/q11.txt | 26 ++---
.../tests/tpch_plan_stability/approved/q12.txt | 8 +-
.../tests/tpch_plan_stability/approved/q13.txt | 8 +-
.../tests/tpch_plan_stability/approved/q14.txt | 6 +-
.../tests/tpch_plan_stability/approved/q15.txt | 16 +--
.../tests/tpch_plan_stability/approved/q16.txt | 14 +--
.../tests/tpch_plan_stability/approved/q17.txt | 8 +-
.../tests/tpch_plan_stability/approved/q18.txt | 12 +--
.../tests/tpch_plan_stability/approved/q19.txt | 6 +-
.../tests/tpch_plan_stability/approved/q2.txt | 46 ++++-----
.../tests/tpch_plan_stability/approved/q20.txt | 20 ++--
.../tests/tpch_plan_stability/approved/q21.txt | 24 ++---
.../tests/tpch_plan_stability/approved/q22.txt | 8 +-
.../tests/tpch_plan_stability/approved/q3.txt | 10 +-
.../tests/tpch_plan_stability/approved/q4.txt | 8 +-
.../tests/tpch_plan_stability/approved/q5.txt | 28 +++---
.../tests/tpch_plan_stability/approved/q7.txt | 28 +++---
.../tests/tpch_plan_stability/approved/q8.txt | 38 ++++----
.../tests/tpch_plan_stability/approved/q9.txt | 26 ++---
benchmarks/src/bin/tpch.rs | 8 +-
docs/source/contributors-guide/development.md | 25 +++++
python/Cargo.lock | 67 +++++++------
python/Cargo.toml | 2 +-
python/pyproject.toml | 2 +-
python/uv.lock | 108 ++++++++++-----------
46 files changed, 442 insertions(+), 385 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]