[
https://issues.apache.org/jira/browse/FLINK-10798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16706676#comment-16706676
]
ASF GitHub Bot commented on FLINK-10798:
----------------------------------------
asfgit closed pull request #7026: [FLINK-10798] Add the version number of Flink
1.7 to MigrationVersion
URL: https://github.com/apache/flink/pull/7026
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/flink-streaming-java/src/test/java/org/apache/flink/streaming/util/migration/MigrationVersion.java
b/flink-streaming-java/src/test/java/org/apache/flink/streaming/util/migration/MigrationVersion.java
index 3eb29d4cf74..5ce24ed6835 100644
---
a/flink-streaming-java/src/test/java/org/apache/flink/streaming/util/migration/MigrationVersion.java
+++
b/flink-streaming-java/src/test/java/org/apache/flink/streaming/util/migration/MigrationVersion.java
@@ -30,7 +30,8 @@
v1_3("1.3"),
v1_4("1.4"),
v1_5("1.5"),
- v1_6("1.6");
+ v1_6("1.6"),
+ v1_7("1.7");
private String versionStr;
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add the version number of Flink 1.7 to MigrationVersion
> -------------------------------------------------------
>
> Key: FLINK-10798
> URL: https://issues.apache.org/jira/browse/FLINK-10798
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Reporter: vinoyang
> Assignee: vinoyang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.8.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)