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
Sort

Pull requests list

try to add manual trigger for extended tests in PRs development-process Related to development process of DataFusion
#14331 opened Jan 27, 2025 by buraksenn Draft
Increase MSRV to 1.81.0
#14330 opened Jan 27, 2025 by alamb Loading…
Provide user-defined invariants for logical node extensions. core Core DataFusion crate logical-expr Logical plan and expressions
#14329 opened Jan 27, 2025 by wiedld Loading…
WIP: Update to arrow-rs / parquet 54.1.0 core Core DataFusion crate optimizer Optimizer rules
#14328 opened Jan 27, 2025 by alamb Loading…
equivalence classes: use normalized mapping for projection physical-expr Physical Expressions
#14327 opened Jan 27, 2025 by askalt Loading…
feat: Add regexp_substr function documentation Improvements or additions to documentation functions
#14323 opened Jan 27, 2025 by osipovartem Loading…
Improve deprecation message for MemoryExec physical-expr Physical Expressions
#14322 opened Jan 27, 2025 by alamb Loading…
Improve documentation about extended tests development-process Related to development process of DataFusion documentation Improvements or additions to documentation
#14320 opened Jan 27, 2025 by alamb Loading…
fix: LogicalPlan::get_parameter_types fails to return all placeholders logical-expr Logical plan and expressions
#14312 opened Jan 27, 2025 by dhegberg Loading…
Add relation to alias expr in schema display logical-expr Logical plan and expressions
#14311 opened Jan 26, 2025 by phisn Loading…
test: attempt to analyze boundaries for select columns physical-expr Physical Expressions
#14308 opened Jan 26, 2025 by hiltontj Draft
start refactoring process by setting up base + init sqllogictest SQL Logic Tests (.slt)
#14306 opened Jan 26, 2025 by logan-keede Loading…
Add nulls checks to generated pruning predicates core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#14297 opened Jan 25, 2025 by adriangb Loading…
use a single row_count column during predicate pruning instead of one per column core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#14295 opened Jan 25, 2025 by adriangb Loading…
Script and documentation for regenerating sqlite test files documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
#14290 opened Jan 25, 2025 by Omega359 Loading…
bug: Fix NULL handling in array_slice physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt)
#14289 opened Jan 25, 2025 by jkosh44 Loading…
Customize window frame support for dialect sql SQL Planner
#14288 opened Jan 25, 2025 by Sevenannn Loading…
Add regexp_extract func documentation Improvements or additions to documentation functions sqllogictest SQL Logic Tests (.slt)
#14282 opened Jan 24, 2025 by SKY-ALIN Loading…
ProTip! Filter pull requests by the default branch with base:main.