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.28k stars 912 forks source link

[Feature] Add JDK 11 CI Tests #1935

Open JingsongLi opened 1 year ago

JingsongLi commented 1 year ago

Search before asking

Motivation

Currently, we do not have CI running JDK11, which may result in some tests relying on JDK8 features. We should run JDK11 to write compatible tests.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

Aitozi commented 11 months ago

+1, JDK11 increase the time precision for java.time.Clock.systemUTC(), so the LocalDateTime.now() result is different.