paimon
paimon copied to clipboard
[core] Standardize flink versions across the modules
- Users building Paimon with Flink 1.18.1 encountered "Implementing class" errors due to version mismatches between modules
- This patch standardizes the same flink version across modules, with a common property to control the version
- Fixes #5677
Seems like this was fixed recently so no longer an issue. Moved to a common property instead of hardcoding it everywhere to prevent such misses in future