Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.19.0
Description
FLINK-32380 introduced support for Java records (which are introduced in Java 14). Test classes were added and included via Maven profiles. This works on the command line. Intellij runs into issues though when build flink-core.
snuyanzin filed IDEA-338060 to cover this issue.
A workaround on the Flink side is to have a dedicated module for Java 17 code (more specifically the test classes which use Java record). This would make flink-core compilable again. The newly introduced module can be enabled for the java17 profile.
Attachments
Issue Links
- is caused by
-
FLINK-32380 Support Java records
- Closed
- links to