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.12k stars 839 forks source link

[core] Remove static LOCAL_TZ #3579

Closed Zouxxyy closed 1 week ago

Zouxxyy commented 1 week ago

Purpose

TimeZone.getDefault() can't be static final, otherwise we will not be able to react to time zone changes

Tests

API and Format

Documentation