[
https://issues.apache.org/jira/browse/BEAM-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16295158#comment-16295158
]
ASF GitHub Bot commented on BEAM-3340:
--------------------------------------
jbonofre closed pull request #4280: [BEAM-3340] Update Flink Runner to Flink
1.4.0
URL: https://github.com/apache/beam/pull/4280
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/runners/flink/build.gradle b/runners/flink/build.gradle
index 83427c9a673..dab220066c8 100644
--- a/runners/flink/build.gradle
+++ b/runners/flink/build.gradle
@@ -39,7 +39,7 @@ test {
}
}
-def flink_version = "1.3.0"
+def flink_version = "1.4.0"
dependencies {
compile library.java.guava
diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml
index 02cf88d6ff3..a2a2e75f8fa 100644
--- a/runners/flink/pom.xml
+++ b/runners/flink/pom.xml
@@ -31,7 +31,7 @@
<packaging>jar</packaging>
<properties>
- <flink.version>1.3.0</flink.version>
+ <flink.version>1.4.0</flink.version>
</properties>
<profiles>
----------------------------------------------------------------
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]
> Update Flink Runner to Flink 1.4.0
> ----------------------------------
>
> Key: BEAM-3340
> URL: https://issues.apache.org/jira/browse/BEAM-3340
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: Hai Zhou UTC+8
> Assignee: Ismaël Mejía
> Fix For: 2.3.0
>
>
> http://flink.apache.org/news/2017/12/12/release-1.4.0.html
> There are a lot of exciting improvements.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)