Skip to content
Merged
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
9cfb9cd
remove warning from every file open (#16968) (#17059)
mbutrovich Aug 6, 2025
f6ec4c3
#16994 Ensure CooperativeExec#maintains_input_order returns a Vec of …
pepijnve Aug 7, 2025
c7fbb3f
Add ExecutionPlan::reset_state (#17028) (#17096)
adriangb Aug 8, 2025
ee28aa7
[branch-49] Backport #17129 to branch 49 (#17143)
AdamGS Aug 12, 2025
52e4ef8
Pass the input schema to stats_projection for ProjectionExpr (#17123)…
alamb Aug 13, 2025
f05b128
[branch-49] fix: string_agg not respecting ORDER BY (#17058)
nuno-faria Aug 14, 2025
d1a6e9a
[branch-49] Update version to 49.0.1 and add changelog (#17175)
alamb Aug 14, 2025
374fcec
cherry-pick inlist fix (#17254)
haohuaijin Aug 20, 2025
930608a
fix check license header
xudong963 Aug 21, 2025
66ae588
fix cargo check: cargo check --profile ci --workspace --all-targets -…
xudong963 Aug 21, 2025
292641c
fix cargo example
xudong963 Aug 21, 2025
a6068c2
FFI_RecordBatchStream was causing a memory leak (#17190) (#17270)
timsaucer Aug 21, 2025
0d04475
fix: align `array_has` null buffer for scalar (#17272) (#17274)
comphead Aug 21, 2025
f43df3f
[branch-49] Prepare `49.0.2` version and changelog (#17277)
alamb Aug 21, 2025
25058de
fix cargo check --profile ci --no-default-features -p datafusion-proto
xudong963 Aug 22, 2025
c46f7a9
fix cargo doc
xudong963 Aug 22, 2025
deaf2e2
fix ut:custom_sources_cases::statistics::sql_limit(with_node_id of Co…
xudong963 Aug 22, 2025
f1b1bd8
fix ut: test_no_pushdown_through_aggregates & test_plan_with_order_pr…
xudong963 Aug 22, 2025
7dd5e6e
fix format
xudong963 Aug 22, 2025
2eca4c0
fix roundtrip_test
xudong963 Aug 22, 2025
8baa05d
schema_force_view_types to true
xudong963 Aug 25, 2025
9b2fbbb
use utfview8
xudong963 Aug 25, 2025
63c2ebc
schema_force_view_types to false(try true after df49)
xudong963 Aug 25, 2025
ed718c0
fix page_index_filter_one_col and remove an example of proto
xudong963 Aug 25, 2025
0bb16fa
fix configs.md
xudong963 Aug 25, 2025
09ff8f7
fix clippy
xudong963 Aug 25, 2025
1545f2d
update configs.md
xudong963 Aug 25, 2025
ca5b0fb
fix flaky test limit.test
xudong963 Aug 25, 2025
d8c3e03
Simplify predicates in `PushDownFilter` optimizer rule (#16362)
xudong963 Jun 25, 2025
2099882
Fix intermittent SQL logic test failure in limit.slt by adding ORDER …
kosiew Jun 6, 2025
ff8418c
fix limit.rs
xudong963 Aug 25, 2025
2c7836a
fix tpch q19
xudong963 Aug 25, 2025
9191f39
public GroupValues & new_group_values
xudong963 Aug 25, 2025
d358db4
fix clippy
xudong963 Aug 25, 2025
6e71350
Merge pull request #8 from polygon-io/branch-48-stream-fix
xudong963 Aug 26, 2025
c6b8211
Merge remote-tracking branch 'upstream/branch-49' into branch_49_fix
zhuqi-lucas Sep 3, 2025
5a99099
Merge remote-tracking branch 'origin/branch-48-stream' into branch_49…
zhuqi-lucas Sep 3, 2025
cefa63a
fix fetch with new order lex
zhuqi-lucas Sep 3, 2025
1f47d46
fix fetch add back with new lex order
zhuqi-lucas Sep 3, 2025
70a3c94
fix clippy
zhuqi-lucas Sep 3, 2025
a93e81e
add order needed
zhuqi-lucas Sep 3, 2025
6a3d4f8
fix
zhuqi-lucas Sep 3, 2025
91e2904
fix auth check and port upstream fix: https://github.com/apache/dataf…
zhuqi-lucas Sep 3, 2025
1a2f8dc
Addressed in latest PR
zhuqi-lucas Sep 4, 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 @@ -44,4 +44,4 @@ jobs:
- name: Run audit check
# Ignored until https://github.com/apache/datafusion/issues/15571
# ignored py03 warning until arrow 55 upgrade
run: cargo audit --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2025-0020
run: cargo audit --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2025-0020 --ignore RUSTSEC-2025-0047
Loading
Loading