paimon
paimon copied to clipboard
[spark] Support push down aggregate with group by partition column
Purpose
If the aggregate all group by keys are from partition columns, we can support push down it. It makes user to get every partition (or with partition filter) row count fast.
Tests
add test
API and Format
no