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.43k stars 957 forks source link

[flink] Lookup join supports time periods black list #4413

Closed yuzelin closed 2 weeks ago

yuzelin commented 3 weeks ago

Purpose

In the specified periods, lookup table cache refreshing is forbidden. This is aimed at avoiding server busy time.

Tests

API and Format

Documentation