You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/05/31 21:43:48 UTC

[flink] branch master updated (eab5168 -> 9572c92)

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from eab5168  [FLINK-18001][table-planner] Add a new test base for evaluating expressions
     add 092a955  [FLINK-18035][runtime] Use fixed thread pool
     add 9572c92  Revert "[FLINK-17558][runtime] Add Executors#newCachedThreadPool"

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/runtime/concurrent/Executors.java | 27 ----------
 .../runtime/taskexecutor/TaskManagerRunner.java    |  4 +-
 .../flink/runtime/concurrent/ExecutorsTest.java    | 63 ----------------------
 3 files changed, 2 insertions(+), 92 deletions(-)
 delete mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/concurrent/ExecutorsTest.java