Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ac78aa0
feat: extend SLT tests for hash join vs PWMJ, hash join vs SMJ (#24805)
comphead Sep 1, 2026
124291e
Align metadata propagation through Physical and Logical casts (#23169)
paleolimbot Sep 1, 2026
f1e186d
chore(deps-dev): bump browserslist from 4.28.1 to 4.28.8 in /datafusi…
dependabot[bot] Sep 1, 2026
37ee169
chore(deps): bump the all-other-cargo-deps group with 7 updates (#24840)
dependabot[bot] Sep 1, 2026
8733089
chore(deps): bump taiki-e/install-action from 2.86.5 to 2.87.1 (#24845)
dependabot[bot] Sep 1, 2026
ad5820c
chore(deps): bump the codeql-actions group across 1 directory with 2 …
dependabot[bot] Sep 1, 2026
cafb801
chore(deps): bump blake2 from 0.10.6 to 0.11.0 (#24841)
dependabot[bot] Sep 1, 2026
fefc227
chore(deps-dev): bump the all-npm-deps group in /datafusion/wasmtest/…
dependabot[bot] Sep 1, 2026
1608ee7
refactor(hash-aggr): Let partial-reduce mode aggregation early emit …
2010YOUY01 Sep 2, 2026
adb0711
fix: dedup commutative AND/OR operands when canonicalize is disabled …
1fanwang Sep 2, 2026
3a4c310
minor: reenable failing mark join test (#24863)
comphead Sep 2, 2026
3b63300
fix: support RunEndEncoded arrays in function and window frame type c…
thorfour Sep 2, 2026
406c0c6
chore: convert `FinalHashAggregateStream` to async generators and cle…
rluvaton Sep 2, 2026
bce3c27
perf: Avoid cloning EquivalenceProperties in ordering satisfaction ch…
jayzhan211 Sep 2, 2026
864b666
docs: fix three dead links to datafusion.apache.org (#24872)
rawsun007 Sep 2, 2026
d7b8e4f
docs: fix 'sqllite' typo in sqllogictest README (#24825)
MsfPablo Sep 2, 2026
d2b626c
chore: update chacha20 dependency (#24880)
timsaucer Sep 2, 2026
dcfb144
Prevent array_position panic for minimum start positions (#24838)
1fanwang Sep 2, 2026
d02bd78
chore(deps-dev): bump fast-uri from 3.1.5 to 3.1.7 in /datafusion/was…
dependabot[bot] Sep 2, 2026
7a1f468
fix: preserve nested projection expressions (#24686)
discord9 Sep 3, 2026
6ffc45d
fix(substrait): preserve grouping set output order (#23468)
bvolpato Sep 3, 2026
17115f3
bench(h2o): window Top-N sweep over a declared-sorted input (#24732)
SubhamSinghal Sep 3, 2026
27e81e9
fix: do not duplicate volatile expressions when extracting leaf expre…
jaideeppyne Sep 3, 2026
e36c5f8
feat(dataframe): improve DataFrame::from_columns input types (#24630)…
cj-zhukov Sep 3, 2026
69a4c72
Fix CASE evaluation for custom column expressions (#24484)
Hasnaathussain Sep 3, 2026
7e5561d
fix: clear memory after emit all in count distinct (#24888)
rluvaton Sep 3, 2026
a6f1dce
fix: avoid invalid qualifiers in unparsed subqueries (#24808)
blinding-pixels Sep 3, 2026
4a93ade
test: skip count distinct spill memory test under forced hash collisi…
rluvaton Sep 3, 2026
f0e0ac4
fix: exclude child compute from NestedLoopJoinExec metrics (#24491)
goutamadwant Sep 3, 2026
20d1c56
fix: literal-on-left equality no longer collapses the filter to false…
bharadwaj-pendyala Sep 3, 2026
ca7a86a
fix: report the real hashbrown allocation from ArrowBytesMap and Arro…
adriangb Sep 1, 2026
8b2f712
perf: stop pre-allocating a hash table per COUNT(DISTINCT) group
adriangb Sep 1, 2026
7cccdd2
refactor: name the hash table term in ArrowBytesViewMap::size
adriangb Sep 1, 2026
a4f43dc
fix: release the group values map allocations in `clear_shrink`
adriangb Sep 1, 2026
b0cd6fb
test: memory limit test for grouped `COUNT(DISTINCT <string>)`
adriangb Sep 1, 2026
e55a3aa
test: keep the memory limit tests off the single-distinct rewrite
adriangb Sep 1, 2026
f31fc51
fix: grow the value buffer on a power of two ladder
adriangb Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install cargo-audit
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: cargo-audit
- name: Run audit check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/breaking_changes_detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Install cargo-semver-checks
if: steps.changed_crates.outputs.packages != ''
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: cargo-semver-checks

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
languages: actions

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
category: "/language:actions"
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install cargo-machete
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: cargo-machete@0.9
- name: Detect unused dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install HawkEye
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: hawkeye@7.0.0
- name: Run license header check
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
source ci/scripts/utils/tool_versions.sh
echo "LYCHEE_VERSION=${LYCHEE_VERSION}" >> "$GITHUB_ENV"
- name: Install lychee
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: lychee@${{ env.LYCHEE_VERSION }}
- name: Run markdown link check
Expand All @@ -91,7 +91,7 @@ jobs:
# it may cause checks to fail more often.
# We can upgrade it manually once a while.
- name: Install typos
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: typos@1.37.0
- name: Run typos check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y graphviz
- name: Install cargo-depgraph
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: cargo-depgraph@1.6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y graphviz
- name: Install cargo-depgraph
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: cargo-depgraph@1.6
- name: Build docs html and check for warnings
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
- name: Install llvm-tools-preview
run: rustup component add llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: cargo-llvm-cov
- name: Rust Dependency Cache
Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -y -qq clang
- name: Setup wasm-pack
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: wasm-pack
- name: Run tests with headless mode
Expand Down Expand Up @@ -717,7 +717,7 @@ jobs:
with:
rust-version: stable
- name: Install taplo
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: taplo-cli@0.9
# if you encounter an error, try running 'taplo format' to fix the formatting automatically.
Expand Down Expand Up @@ -802,7 +802,7 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
- name: Install cargo-msrv
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1
with:
tool: cargo-msrv

Expand Down
Loading
Loading