FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · apache/datafusion · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
datafusion
Public
Notifications
You must be signed in to change notification settings
Fork
2.4k
Star
9.2k
Code
Issues
1.8k
Pull requests
322
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 28, 2026
fix: preserve provided arguments during FFI object construction (#24723)
Show description for 4d3e79e
timsaucer
and
claude
authored
4d3e79e
View commit details
Copy full SHA for 4d3e79e
Browse repository at this point
Add per-aggregate metrics to non-grouped AggregateStream (#24706)
Show description for c56a7ab
kosiew
authored
c56a7ab
View commit details
Copy full SHA for c56a7ab
Browse repository at this point
fix(physical-expr): stop false infeasibility report from Eq+FALSE in cp_solver (#24464)
Show description for f60f705
Smallfu666
and
evangelisilva
authored
f60f705
View commit details
Copy full SHA for f60f705
Browse repository at this point
fix: refuse memory-limited NestedLoopJoin fallback for left-emission joins with a multi-partition probe side (#24675)
Show description for c4910e0
ranflarion
authored
c4910e0
View commit details
Copy full SHA for c4910e0
Browse repository at this point
Account for transformer-retained batches in symmetric hash join (#24364)
Show description for d1fc4b3
kosiew
authored
d1fc4b3
View commit details
Copy full SHA for d1fc4b3
Browse repository at this point
Commits on Aug 27, 2026
fix: SortPreservingMerge round-robin tie breaker reads stale poll counts, so tied keys are mostly drained from one partition (#24585)
Show description for 3cabfa9
jayzhan211
authored
3cabfa9
View commit details
Copy full SHA for 3cabfa9
Browse repository at this point
fix: preserve explicit Struct casts and evolved field semantics (#24680)
Show description for f1a736e
sunchao
and
adriangb
authored
f1a736e
View commit details
Copy full SHA for f1a736e
Browse repository at this point
main branch test fix: adjust dynamic filter assertion for hash collisions handling (#24729)
Show description for ee59f62
jayzhan211
authored
ee59f62
View commit details
Copy full SHA for ee59f62
Browse repository at this point
bench(functions-aggregate): benchmark coalescing peer first_value into a struct (#23682) (#24559)
Show description for 16fbfa8
zhuqi-lucas
authored
16fbfa8
View commit details
Copy full SHA for 16fbfa8
Browse repository at this point
IN LIST: Handle dictionary inputs once (#24662)
Show description for 1bf24c9
geoffreyclaude
authored
1bf24c9
View commit details
Copy full SHA for 1bf24c9
Browse repository at this point
test: check sql_example tables line up (#24645)
Show description for 2d2f82c
advitrocks9
authored
2d2f82c
View commit details
Copy full SHA for 2d2f82c
Browse repository at this point
feat: proto serialization for PiecewiseMergeJoinExec (#24378)
Show description for 408fc6f
SubhamSinghal
authored
408fc6f
View commit details
Copy full SHA for 408fc6f
Browse repository at this point
fix: hash join dynamic filter with dictionary-encoded join keys (#24587)
Show description for d66f4b9
jayzhan211
authored
d66f4b9
View commit details
Copy full SHA for d66f4b9
Browse repository at this point
fix(proto): check plan integer conversions across usize boundaries (#24483)
Show description for 2a7a1e3
buraksenn
authored
2a7a1e3
View commit details
Copy full SHA for 2a7a1e3
Browse repository at this point
fix: spill the NestedLoopJoin build side from the pass that consumed it (#24677)
Show description for e387d95
ranflarion
authored
e387d95
View commit details
Copy full SHA for e387d95
Browse repository at this point
fix: drain completed sort-merge join output before awaiting input (#24685)
Show description for 4ea9975
sunchao
authored
4ea9975
View commit details
Copy full SHA for 4ea9975
Browse repository at this point
Fix panic on RightMark hash joins when propagating ordering (#24718)
Show description for 1038d35
Tpt
authored
1038d35
View commit details
Copy full SHA for 1038d35
Browse repository at this point
feat: make StatisticsRegistry the default operator-statistics path (#23651)
Show description for a38bb10
asolimando
authored
a38bb10
View commit details
Copy full SHA for a38bb10
Browse repository at this point
perf: use compact pruning for large string IN lists (#24526)
Show description for 9ad1217
sunchao
authored
9ad1217
View commit details
Copy full SHA for 9ad1217
Browse repository at this point
Commits on Aug 26, 2026
fix: ensure deferred-filtered outer joins preserve streamed output order (#24573)
Show description for d1fe988
jayzhan211
authored
d1fe988
View commit details
Copy full SHA for d1fe988
Browse repository at this point
docs: Remove stale "temporary fix" note from `get_record_batch_memory_size` (#24674)
Show description for 9617fdf
alamb
authored
9617fdf
View commit details
Copy full SHA for 9617fdf
Browse repository at this point
docs(catalogs): fix punctuation and spacing (#24693)
Show description for c14783e
Tim-Raphael
authored
c14783e
View commit details
Copy full SHA for c14783e
Browse repository at this point
chore(deps): bump taiki-e/install-action from 2.86.1 to 2.86.5 (#24652)
Show description for 808f5ba
dependabot[bot]
authored
808f5ba
View commit details
Copy full SHA for 808f5ba
Browse repository at this point
fix: keep join filter columns when pushing a projection below SortMergeJoinExec (#24593)
Show description for 872df4d
jayzhan211
authored
872df4d
View commit details
Copy full SHA for 872df4d
Browse repository at this point
fix: reduce RANK window top-K memory from O(input) to O(K + ties) per partition (#24591)
Show description for e1eaeb1
jayzhan211
authored
e1eaeb1
View commit details
Copy full SHA for e1eaeb1
Browse repository at this point
fix(ffi): use the session's LogicalExtensionCodec in create_physical_plan (#24690)
Show description for 46f8df1
timsaucer
and
claude
authored
46f8df1
View commit details
Copy full SHA for 46f8df1
Browse repository at this point
Add aggregate-specific metrics to legacy grouped hash and TopK (#24523)
Show description for 9f73cf1
kosiew
authored
9f73cf1
View commit details
Copy full SHA for 9f73cf1
Browse repository at this point
perf: cache dictionary arc pointer (#24418)
Show description for 66a901f
Rich-T-kid
and
alamb
authored
66a901f
View commit details
Copy full SHA for 66a901f
Browse repository at this point
IN LIST: reuse primitive filters for FixedSizeBinary (#24102)
Show description for e2e94ae
geoffreyclaude
authored
e2e94ae
View commit details
Copy full SHA for e2e94ae
Browse repository at this point
fix(proto): preserve CSV/JSON scan options on roundtrip (#24233)
Show description for 97e1c1c
buraksenn
authored
97e1c1c
View commit details
Copy full SHA for 97e1c1c
Browse repository at this point
fix: support RANGE window frames over TIME keys (#24515)
Show description for f10331f
fornwall
and
nuno-faria
authored
f10331f
View commit details
Copy full SHA for f10331f
Browse repository at this point
clean up : remove re-export of `overlay` (moved since 47.0.0) (#24635)
Show description for 1df9669
Rich-T-kid
authored
1df9669
View commit details
Copy full SHA for 1df9669
Browse repository at this point
docs: add runnable examples for `input_file_name()` and `file_row_index()` (#24634)
Show description for 040b6d0
alamb
authored
040b6d0
View commit details
Copy full SHA for 040b6d0
Browse repository at this point
docs: Document expectations of PartialReduce aggregate mode (#24640)
Show description for 9a3d353
alamb
authored
9a3d353
View commit details
Copy full SHA for 9a3d353
Browse repository at this point
fix: annotate `to_timestamp` array results with the execution timezone (#24636)
Show description for 4fcaa01
adriangb
and
claude
authored
4fcaa01
View commit details
Copy full SHA for 4fcaa01
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL