Closed ulysses-you closed 1 month ago
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.
add test
no
cc @JingsongLi thank you
Link to https://github.com/apache/paimon/issues/2404.
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