Details
-
Technical Debt
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
FLIP-32 has decoupled the planner from the API. However, the planner code base is still the largest Scala code base we have in Flink that we cannot port to Java easily.
In order to allow arbitrary Scala versions in the user API, we suggest to hide the Scala version of the planner from the Scala version of the API. The API is mostly developed in Java and contains only a couple of classes implemented in Scala. Those should be easier to maintain for various Scala versions. The planner is already discovered via Java SPI.
Attachments
Issue Links
- is blocked by
-
FLINK-25228 Introduce flink-table-test-utils
- Closed
- relates to
-
FLINK-23986 Add support for opting-out of Scala
- Resolved
-
FLINK-25229 Introduce flink-table-api-bridge-base
- Closed