Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
2.47k
stars
969
forks
source link
[flink] Support count star push down to source for append table #4236
Closed
JingsongLi closed 2 months ago
Purpose
Implements Flink
SupportsAggregatePushDown
for improving performance.Only works on Append table without deletion vectors.
Valid cases are:
Tests
API and Format
Documentation