Skip to content

Commit

Permalink
fixup! [FLINK-3992][core] Do not implement deprecated Key interface
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Sep 26, 2024
1 parent a6eed0d commit 4fe226d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2395,6 +2395,10 @@ under the License.
<exclude>
org.apache.flink.api.common.functions.RuntimeContext#getExecutionConfig()
</exclude>
<!-- FLINK-3992 Do not implement deprecated Key interface in flink 2.0 -->
<exclude>org.apache.flink.types.DoubleValue</exclude>
<exclude>org.apache.flink.types.FloatValue</exclude>
<exclude>org.apache.flink.types.NormalizableKey</exclude>
<!-- FLINK-5336 Remove IOReadableWritable from Path in flink-2.0. -->
<exclude>org.apache.flink.core.fs.Path</exclude>
<!-- The following exclusions are due to the flink-hadoop-compatibility_${scala.binary.version} module has renamed to flink-hadoop-compatibility. -->
Expand Down

0 comments on commit 4fe226d

Please sign in to comment.