You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2017/06/07 12:10:05 UTC

flink git commit: [FLINK-6845] [table] Cleanup "println(StreamITCase.testResults)" call in test case

Repository: flink
Updated Branches:
  refs/heads/master 9ebd8c177 -> 5e6fd9d7e


[FLINK-6845] [table] Cleanup "println(StreamITCase.testResults)" call in test case

this closes #4071


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

Branch: refs/heads/master
Commit: 5e6fd9d7eb6a4afabf0263c92dae3224b6c94a65
Parents: 9ebd8c1
Author: sunjincheng121 <su...@gmail.com>
Authored: Sun Jun 4 20:56:31 2017 +0800
Committer: Jark Wu <wu...@alibaba-inc.com>
Committed: Wed Jun 7 20:08:53 2017 +0800

----------------------------------------------------------------------
 .../org/apache/flink/table/api/scala/stream/table/UnionITCase.scala | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/5e6fd9d7/flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/table/UnionITCase.scala
----------------------------------------------------------------------
diff --git a/flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/table/UnionITCase.scala b/flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/table/UnionITCase.scala
index 2b496e3..e30540d 100644
--- a/flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/table/UnionITCase.scala
+++ b/flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/table/UnionITCase.scala
@@ -105,7 +105,6 @@ class UnionITCase extends StreamingMultipleProgramsTestBase {
     results.addSink(new StreamITCase.StringSink)
     env.execute()
 
-    println(StreamITCase.testResults)
     assertEquals(true, StreamITCase.testResults.isEmpty)
   }