paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[spark] Support push down aggregate with group by partition column

Open ulysses-you opened this issue 1 year ago • 0 comments

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

Documentation

ulysses-you avatar Sep 29 '24 02:09 ulysses-you