-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: apache/datafusion
base: 49.0.0
head repository: apache/datafusion
compare: 49.0.2
- 12 commits
- 28 files changed
- 13 contributors
Commits on Jul 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for afb9099 - Browse repository at this point
Copy the full SHA afb9099View commit details
Commits on Aug 6, 2025
-
remove warning from every file open (#16968) (#17059)
this is too noisy and not helpful yet, we don't have a fully implemented alternative (cherry picked from commit 0183244) Co-authored-by: Adrian Garcia Badaracco <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cfb9cd - Browse repository at this point
Copy the full SHA 9cfb9cdView commit details
Commits on Aug 7, 2025
-
#16994 Ensure CooperativeExec#maintains_input_order returns a Vec of …
…the correct size (#16995) (#17068) * #16994 Ensure CooperativeExec#maintains_input_order returns a Vec of the correct size * #16994 Extend default ExecutionPlan invariant checks Add checks that verify the length of the vectors returned by methods that need to return a value per child. (cherry picked from commit 2968331)
Configuration menu - View commit details
-
Copy full SHA for f6ec4c3 - Browse repository at this point
Copy the full SHA f6ec4c3View commit details
Commits on Aug 8, 2025
-
Add ExecutionPlan::reset_state (#17028) (#17096)
* Add ExecutionPlan::reset_state * Update datafusion/sqllogictest/test_files/cte.slt * Add reference * fmt * add to upgrade guide * add explain plan, implement in more plans * fmt * only explain --------- Co-authored-by: Robert Ream <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7fbb3f - Browse repository at this point
Copy the full SHA c7fbb3fView commit details
Commits on Aug 12, 2025
-
[branch-49] Backport #17129 to branch 49 (#17143)
* Preserve equivalence properties during projection pushdown (#17129) * Adds parquet data diffs --------- Co-authored-by: Matthew Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee28aa7 - Browse repository at this point
Copy the full SHA ee28aa7View commit details
Commits on Aug 13, 2025
-
Pass the input schema to stats_projection for ProjectionExpr (#17123) (…
…#17174) * Pass the input schema to stats_projection for ProjectionExpr * Adds a test * fmt * clippy --------- Co-authored-by: Haresh Khanna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52e4ef8 - Browse repository at this point
Copy the full SHA 52e4ef8View commit details
Commits on Aug 14, 2025
-
[branch-49] fix: string_agg not respecting ORDER BY (#17058)
* fix: string_agg not respecting ORDER BY * Fix equality of parametrizable ArrayAgg function (#17065) The `ArrayAgg` struct is stateful, therefore it must implement `AggregateUDFImpl::equals` and `hash_value` functions. * Implement AggregateUDFImpl::equals and AggregateUDFImpl::hash_value for ArrayAgg * Implement alternative fix * Remove 'use std::any::Any' * Add sqllogictest for string_agg plan * Revert as_any to their original implementations --------- Co-authored-by: Piotr Findeisen <[email protected]> Co-authored-by: Andrew Lamb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f05b128 - Browse repository at this point
Copy the full SHA f05b128View commit details -
[branch-49] Update version to 49.0.1 and add changelog (#17175)
* Update to version 49.0.1 * Add changelog for 49.0.1 * Fix sqllogictests * update configs * Update with PR * prettier * Fix slt race condition * Tweak release notes
Configuration menu - View commit details
-
Copy full SHA for d1a6e9a - Browse repository at this point
Copy the full SHA d1a6e9aView commit details
Commits on Aug 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 374fcec - Browse repository at this point
Copy the full SHA 374fcecView commit details
Commits on Aug 21, 2025
-
FFI_RecordBatchStream was causing a memory leak (#17190) (#17270)
Co-authored-by: Andrew Lamb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6068c2 - Browse repository at this point
Copy the full SHA a6068c2View commit details -
fix: align
array_hasnull buffer for scalar (#17272) (#17274)* fix: align `array_has` null buffer for scalar (#17272) * fix: align `array_has` null buffer for scalar * merge
Configuration menu - View commit details
-
Copy full SHA for 0d04475 - Browse repository at this point
Copy the full SHA 0d04475View commit details -
[branch-49] Prepare
49.0.2version and changelog (#17277)* Update versio to 49.0.2 * Add changelog * update configuration docs
Configuration menu - View commit details
-
Copy full SHA for f43df3f - Browse repository at this point
Copy the full SHA f43df3fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 49.0.0...49.0.2