Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
f470914
chore(deps): bump taiki-e/install-action from 2.62.46 to 2.62.47 (#18…
dependabot[bot] Nov 8, 2025
3f2b6eb
feat: Enhance `array_slice` functionality to support `ListView` and `…
Weijun-H Nov 8, 2025
3de195a
Consolidate builtin functions examples (#18142) (#18523)
cj-zhukov Nov 8, 2025
8f90814
refactor: update cmp and nested data in binary operator (#18256)
sunng87 Nov 8, 2025
c1965b6
Fix: topk_aggregate benchmark failing (#18502)
randyli Nov 8, 2025
c728d54
refactor: Add `assert_or_internal_err!` macro for more ergonomic inte…
2010YOUY01 Nov 9, 2025
8e3f157
chore: enforce clippy lint needless_pass_by_value to datafusion-physi…
foskey51 Nov 9, 2025
2ae3818
chore: enforce clippy lint needless_pass_by_value for datafusion-sql …
foskey51 Nov 9, 2025
f10fcbe
chore: enforce clippy lint needless_pass_by_value to physical-expr-co…
foskey51 Nov 9, 2025
a216d4a
chore: Enforce lint rule `clippy::needless_pass_by_value` to `datafus…
corasaurus-hex Nov 9, 2025
6ab4d21
Force `FileSource` to be constructed with a `Schema` (#18386)
adriangb Nov 9, 2025
4978243
Fix out-of-bounds access in SLT runner (#18562)
theirix Nov 9, 2025
a6fab6b
feat: support complex expr for prepared statement argument (#18383)
chenkovsky Nov 9, 2025
0e6be30
feat: Implement `SessionState::create_logical_expr_from_sql_expr` (#1…
petern48 Nov 9, 2025
1d8bc9b
[main] Update version to 51.0.0, add Changelog (#18551) (#18565)
alamb Nov 9, 2025
812bb35
Make array_reverse faster for List and FixedSizeList (#18500)
vegarsti Nov 9, 2025
b131cac
Consolidate custom data source examples (#18142) (#18553)
cj-zhukov Nov 9, 2025
28755b1
Normalize partitioned and flat object listing (#18146)
BlakeOrth Nov 9, 2025
f162fd3
refactor: include metric output_batches into BaselineMetrics (#18491)
nmbr7 Nov 9, 2025
1586cab
feat: added clippy::needless_pass_by_value lint rule to datafusion/ex…
Gohlub Nov 10, 2025
d8845a6
feat: support nested key for get_field (#18394)
chenkovsky Nov 10, 2025
900ee65
Support Arrow IPC Stream Files (#18457)
corasaurus-hex Nov 10, 2025
1988ffc
chore(deps): bump taiki-e/install-action from 2.62.47 to 2.62.49 (#18…
dependabot[bot] Nov 10, 2025
dc000b8
chore(deps): bump maturin from 1.9.6 to 1.10.0 in /docs (#18590)
dependabot[bot] Nov 10, 2025
e406689
chore: Remove unused `tokio` dependency and clippy (#18598)
comphead Nov 10, 2025
3fcbd02
minor: enforce `clippy::needless_pass_by_value` for crates that don't…
2010YOUY01 Nov 11, 2025
552dbe4
fix: Eliminate consecutive repartitions (#18521)
gene-bordegaray Nov 11, 2025
9029ff1
refactor: merge CoalesceAsyncExecInput into CoalesceBatches (#18540)
Tim-53 Nov 11, 2025
0c0b5fe
Update release download links on download page (#18550)
alamb Nov 11, 2025
6d9ab45
Enhance the help message for invalid command in datafusion-cli (#18603)
klion26 Nov 11, 2025
d57e215
Update Release README.md with latest process (#18549)
alamb Nov 11, 2025
cbf3f50
Add timezone to date_trunc fast path (#18596)
hareshkh Nov 11, 2025
65bd13d
Coalesce batches inside FilterExec (#18604)
Dandandan Nov 11, 2025
a3a5ca4
Fix misleading boolean 'null' interval tests (#18620)
pepijnve Nov 11, 2025
2066568
Clarify tests for `Interval::and`, `Interval::not`, and add `Interval…
pepijnve Nov 11, 2025
a8f0d59
bugfix: correct regression on TableType for into_view (#18617)
timsaucer Nov 11, 2025
03d1974
Separating Benchmarks for physical sorted union over large columns in…
logan-keede Nov 11, 2025
cb1f019
Add RunEndEncoded type coercion (#18561)
vegarsti Nov 11, 2025
330effb
feat: Add `ansi` enable parameter for execution config
comphead Nov 11, 2025
da61203
feat: Add `ansi` enable parameter for execution config
comphead Nov 11, 2025
65fa5bf
feat: Add `ansi` enable parameter for execution config
comphead Nov 12, 2025
b0e155c
feat: Add `ansi` enable parameter for execution config
comphead Nov 12, 2025
51a50a7
feat: Add `ansi` enable parameter for execution config
comphead Nov 12, 2025
f7ba1f4
feat: Add `ansi` enable parameter for execution config
comphead Nov 12, 2025
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 @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install cargo-audit
uses: taiki-e/install-action@f535147c22906d77695e11cb199e764aa610a4fc # v2.62.46
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
with:
tool: cargo-audit
- name: Run audit check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -y -qq clang
- name: Setup wasm-pack
uses: taiki-e/install-action@f535147c22906d77695e11cb199e764aa610a4fc # v2.62.46
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
with:
tool: wasm-pack
- name: Run tests with headless mode
Expand Down Expand Up @@ -761,7 +761,7 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
- name: Install cargo-msrv
uses: taiki-e/install-action@f535147c22906d77695e11cb199e764aa610a4fc # v2.62.46
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
with:
tool: cargo-msrv

Expand Down
Loading