-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Copy link
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
The PR: #15852 introduces a new API partition_statistics and replaces the old statistics API. There are still some operators that don't support getting the specific partition statistics, currently they'll return unknow statistics if the partition is specified.
- AggregateExec: implement
AggregateExec.partition_statistics#15954 - EmptyExec: Implementing partition_statistics for EmptyExec (Issue #15873) #16941
- HashJoinExec: feat: implement partition_statistics for HashJoinExec #16956
- NestedLoopJoinExec
- SortMergeJoinExec
- PlaceholderRowExec: fix:
PlaceholderRowExec::partition_statistics#16851 - RepartitionExec: Implement
partition_statisticsAPI forRepartitionExec#17061 - InterleaveExec: Implement
partition_statisticsAPI forInterleaveExec#17051 - WindowAggExec
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed