Skip to content

Pull requests: apache/datafusion

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix constant window for evaluate stateful core Core DataFusion crate physical-expr Changes to the physical-expr crates
#16430 opened Jun 17, 2025 by suibianwanwank Loading…
Prune files during streams and avoid additional pruning if there are no dynamic filters datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates
#16424 opened Jun 16, 2025 by adriangb Loading…
feat: support fixed size list for array reverse sqllogictest SQL Logic Tests (.slt)
#16423 opened Jun 16, 2025 by chenkovsky Loading…
Use dedicated NullEquality enum instead of null_equals_null boolean common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16419 opened Jun 16, 2025 by tobixdev Loading…
[WIP] fix: respect inexact flags in row group metadata core Core DataFusion crate datasource Changes to the datasource crate
#16412 opened Jun 14, 2025 by CookiePieWw Loading…
chore: generate basic spark function tests sqllogictest SQL Logic Tests (.slt)
#16409 opened Jun 14, 2025 by shehabgamin Loading…
feat: add SchemaProvider::table_type(table_name: &str) catalog Related to the catalog crate
#16401 opened Jun 13, 2025 by epgif Loading…
Update Roadmap documentation documentation Improvements or additions to documentation
#16399 opened Jun 13, 2025 by alamb Loading…
Use Tokio's task budget consistently, better APIs to support task cancellation common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#16398 opened Jun 13, 2025 by pepijnve Loading…
Improved experience when remote object store URL does not end in / datasource Changes to the datasource crate
#16386 opened Jun 12, 2025 by xiedeyantu Loading…
POC: Reduce Arc cloning on hashmap build side physical-plan Changes to the physical-plan crate
#16380 opened Jun 11, 2025 by jonathanc-n Draft
Enable schema evolution for nested structs via adapt_column and custom adapter support in ListingTable common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate
#16371 opened Jun 11, 2025 by kosiew Loading…
Simplify predicates in filter enhancement New feature or request logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#16362 opened Jun 11, 2025 by xudong963 Draft
[PoC] Add API for tracking distinct buffers in MemoryPool by reference count execution Related to the execution crate physical-plan Changes to the physical-plan crate
#16359 opened Jun 10, 2025 by Dandandan Draft
feat: Parquet modular encryption common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#16351 opened Jun 10, 2025 by corwinjoy Loading…
fix: create file for empty stream core Core DataFusion crate datasource Changes to the datasource crate
#16342 opened Jun 9, 2025 by chenkovsky Loading…
Example for using a separate threadpool for CPU bound work (try 3) core Core DataFusion crate
#16331 opened Jun 8, 2025 by alamb Loading…
Test experiment load page index with columns datasource Changes to the datasource crate
#16329 opened Jun 8, 2025 by zhuqi-lucas Draft
Support data source sampling with TABLESAMPLE sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16325 opened Jun 7, 2025 by theirix Loading…
feat: use spawned tasks to reduce call stack depth and avoid busy waiting common Related to common crate physical-plan Changes to the physical-plan crate
#16319 opened Jun 7, 2025 by pepijnve Draft
feature: sort by/cluster by/distribute by core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16310 opened Jun 6, 2025 by chenkovsky Draft
ProTip! Filter pull requests by the default branch with base:main.