apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.48k stars 970 forks source link

[core] Remove cache timeout in CodeGenUtils #4152

Closed JingsongLi closed 2 months ago

JingsongLi commented 2 months ago

Purpose

The cache in CodeGenUtils is already soft values, we don't need to have TTL. After removing TTL, we can create less classes.

Tests

API and Format

Documentation