Skip to content

Conversation

@avantgardnerio
Copy link

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

* Add pool_size method to MemoryPool

* Fix

* Fmt

Co-authored-by: Daniël Heres <[email protected]>
svranesevic and others added 6 commits September 17, 2025 10:39
…ache#11301)

* AggregateExec: Take grouping sets into account for InputOrderMode

* pr comments
# Conflicts:
#	datafusion/physical-plan/src/aggregates/mod.rs
* Add customizable equality and hash functions to UDFs

* Improve equals and hash_value documentation

* Add tests for parameterized UDFs

* CI issues
* Add extension hooks for encoding and decoding UDAFs and UDWFs

* Add tests for encoding and decoding UDAFs
Dandandan and others added 6 commits September 17, 2025 11:28
* Merge

* Update datafusion/physical-expr/src/aggregate/approx_percentile_cont.rs

Co-authored-by: Georgi Krastev <[email protected]>

---------

Co-authored-by: Georgi Krastev <[email protected]>
* Fix nullability of output

* Change test to use nullable
* Fix size calculation in ArrayAggGroupsAccumulator

* Respect `ignore_nulls` flag in `DistinctArrayAgg`

* Respect `ignore_nulls` in `ArrayAggAccumulator`

* Respect `ignore_nulls` in `ArrayAggGroupsAccumulator`

Also add an `ArrayAgg` groups accumulator for boolean arrays
joroKr21 and others added 10 commits September 17, 2025 12:27
* Minor optimization of the null handling in ArrayAggAccumulator

* Add `ignore_nulls` flag to `AggrFn`
* Revert "Backport workaround for union is (not) null (#265)"

This reverts commit dd7ca08.

* Reapply union workaround

* Reapply perf change

---------

Co-authored-by: Samuel Colvin <[email protected]>
Co-authored-by: Andy Grove <[email protected]>
* Support encoding and decoding UnnestExec

* test: check record count and types in parquet window test (apache#12277)

* test: check record count and types in paqruet window test

* Review suggestions

Co-authored-by: Andrew Lamb <[email protected]>

---------

Co-authored-by: Andrew Lamb <[email protected]>

---------

Co-authored-by: Eduard Karacharov <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
* Add state for distributed joins

* Make DistributedJoinState public

* Implement shared bitmap hook

* make trait public

* remove unused method

* make enum public

* Get probe threads from distributed state

* Avoid issue with probe threads counter wrapping

* Use naming conventions from upstream PR

* Add hook to register metrics

* Add partition to register_metrics
* ignore writer shutdown error

* cargo check
Add CoalescePartitionsExec (#272)
avantgardnerio and others added 5 commits September 17, 2025 13:36
Cherry pick upstream fix (#274)
If all UDF arguments are scalars, so should be the result.
In most cases, such function calls will be contant-folded,
however if for whatever reason the are not optimized,
we want to avoid an error due to array length mismatch.
…2965) (#276)

This was done in apache#12922 only for math functions.
We now generalize this fallback to all scalar UDFs.
* Try and fix swap_hash_join

* Only swap projections when join does not have projections

* just backport upstream fix

* remove println
* Support Duration in min/max agg functions

* Attempt to fix build

* Attempt to fix build - Fix chrono version

* Revert "Attempt to fix build - Fix chrono version"

This reverts commit fd76fe6.

* Revert "Attempt to fix build"

This reverts commit 9114b86.

---------

Co-authored-by: svranesevic <[email protected]>
joroKr21 and others added 4 commits September 17, 2025 14:21
* Drop rust-toolchain

* Fix panics in array_union

* Fix the chrono
)

* fix: remove the Sized requirement on ExecutionPlan::name()

Signed-off-by: Ruihang Xia <[email protected]>

* Update datafusion/physical-plan/src/lib.rs

Co-authored-by: Andrew Lamb <[email protected]>

* add document and test

Signed-off-by: Ruihang Xia <[email protected]>

---------

Signed-off-by: Ruihang Xia <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
(cherry picked from commit a19fc62)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants