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 954 forks source link

[flink] Avoid deprecated APIs removed in Flink 2.0 Preview #4567

Open yunfengzhou-hub opened 14 hours ago

yunfengzhou-hub commented 14 hours ago

Purpose

Linked issue: close #4442

This PR removes usages of deprecated APIs and make paimon-flink modules better prepared for Flink 2.0 formal release.

Tests

API and Format

Documentation

wwj6591812 commented 14 hours ago

Good work!