This is an automated email from the ASF dual-hosted git repository.

guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 644c027390aaefa017f047eceeec045ee949e052
Author: Weijie Guo <[email protected]>
AuthorDate: Thu Sep 12 17:33:50 2024 +0800

    fixup! [FLINK-5336][core] Remove IOReadableWritable from Path
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index fb56ce20f60..0ce3994ede7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to