This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 2979a31 [FLINK-13594][python] Improve the 'from_element' method of
flink python api to apply to blink planner.
new 04b5cbf [FLINK-12479][operators] Integrate StreamInputProcessor with
mailbox
new 434f59f [hotfix][task,test] Do not override performDefaultAction in
StreamTaskTest
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../streaming/runtime/io/StreamInputProcessor.java | 7 +-
.../runtime/io/StreamOneInputProcessor.java | 43 ++++---
.../runtime/io/StreamTwoInputProcessor.java | 21 +++-
.../io/StreamTwoInputSelectableProcessor.java | 125 ++++++++++-----------
.../flink/streaming/runtime/tasks/StreamTask.java | 9 +-
.../tasks/StreamTaskCancellationBarrierTest.java | 1 +
.../tasks/StreamTaskSelectiveReadingTest.java | 10 +-
.../streaming/runtime/tasks/StreamTaskTest.java | 52 ++++++---
8 files changed, 162 insertions(+), 106 deletions(-)