zentol commented on a change in pull request #15352:
URL: https://github.com/apache/flink/pull/15352#discussion_r600243685
##########
File path: flink-core/pom.xml
##########
@@ -193,7 +193,10 @@ under the License.
<!-- it was decided to
remove the fold opperations in 1.12 -->
<exclude>org.apache.flink.api.common.functions.FoldFunction</exclude>
<exclude>org.apache.flink.api.common.functions.RichFoldFunction</exclude>
- </excludes>
+
+ <!-- added method to interface in 1.13 -->
+
<exclude>org.apache.flink.api.common.functions.RuntimeContext#getJobId()</exclude>
+ </excludes>
Review comment:
indentation is different
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]