Matthias created FLINK-24618:
--------------------------------
Summary: FlinkChillPackageRegistrar and PriorityQueueSerializer
are located in wrong package
Key: FLINK-24618
URL: https://issues.apache.org/jira/browse/FLINK-24618
Project: Flink
Issue Type: Bug
Components: API / Scala
Affects Versions: 1.14.0
Reporter: Matthias
We accidentally moved some Java classes into the wrong sub-directory as Alexey
validly pointed out in [his PR comment for
FLINK-23027|https://github.com/apache/flink/pull/16190#issuecomment-944283253].
`FlinkChillPackageRegistrar.java` and `PriorityQueueSerializer.java` should be
located in `flink-scala/src/main/java` instead of `flink-scala/scr/main/scala`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)