You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias (Jira)" <ji...@apache.org> on 2021/10/22 07:47:00 UTC

[jira] [Updated] (FLINK-24618) FlinkChillPackageRegistrar and PriorityQueueSerializer are located in wrong package

     [ https://issues.apache.org/jira/browse/FLINK-24618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias updated FLINK-24618:
-----------------------------
    Description: 
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}}

  was:
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`


> 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
>            Priority: Minor
>
> 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)