Skip to content

Commit

Permalink
fixup! [FLINK-5336][core] Remove IOReadableWritable from Path
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Sep 13, 2024
1 parent eb19716 commit 644c027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,8 @@ under the License.
<exclude>
org.apache.flink.api.common.functions.RuntimeContext#getExecutionConfig()
</exclude>
<!-- FLINK-5336 Remove IOReadableWritable from Path in flink-2.0. -->
<exclude>org.apache.flink.core.fs.Path</exclude>
<!-- MARKER: end exclusions -->
</excludes>
<accessModifier>public</accessModifier>
Expand Down

0 comments on commit 644c027

Please sign in to comment.