Current segment creation requires unbounded memory as we use hashmap in AbstractColumnStatisticsCollector implementations.
This may fail minion tasks also future connectors like flink/spark/presto data sink.
The goal here is to allow configure a bounded memory size for segment creation.
@Jackie-Jiang
Current segment creation requires unbounded memory as we use hashmap in AbstractColumnStatisticsCollector implementations.
This may fail minion tasks also future connectors like flink/spark/presto data sink.
The goal here is to allow configure a bounded memory size for segment creation.
@Jackie-Jiang