Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
2.43k
stars
956
forks
source link
[core] Refactor the Field Aggregator factory to validate data types when creating function #4446
Closed
zhuangchong closed 2 weeks ago
Purpose
1.Validate data types when creating aggregate functions, not at calculating 2.Create aggregate function in factory class
Tests
org.apache.paimon.mergetree.compact.aggregate.FieldAggregatorTest
API and Format
Documentation