You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2017/05/31 11:49:42 UTC

flink git commit: [FLINK-6753] [table] Fix flaky SqlITCase due to Janino bug

Repository: flink
Updated Branches:
  refs/heads/master 1beab3813 -> 5982ea93f


[FLINK-6753] [table] Fix flaky SqlITCase due to Janino bug

This closes #4010.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5982ea93
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5982ea93
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/5982ea93

Branch: refs/heads/master
Commit: 5982ea93f4e5db790b3e1d95c22ecdf2923528d7
Parents: 1beab38
Author: twalthr <tw...@apache.org>
Authored: Mon May 29 16:52:19 2017 +0200
Committer: twalthr <tw...@apache.org>
Committed: Wed May 31 13:49:08 2017 +0200

----------------------------------------------------------------------
 flink-libraries/flink-table/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/5982ea93/flink-libraries/flink-table/pom.xml
----------------------------------------------------------------------
diff --git a/flink-libraries/flink-table/pom.xml b/flink-libraries/flink-table/pom.xml
index a34fa1b..15a9d07 100644
--- a/flink-libraries/flink-table/pom.xml
+++ b/flink-libraries/flink-table/pom.xml
@@ -46,7 +46,7 @@ under the License.
 		<dependency>
 			<groupId>org.codehaus.janino</groupId>
 			<artifactId>janino</artifactId>
-			<version>3.0.6</version>
+			<version>3.0.7</version>
 		</dependency>
 
 		<dependency>