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

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


    from 6186069  [FLINK-17303][python] Return TableResult for Python 
TableEnvironment
     new d2559d1  [FLINK-17854][core] Move InputStatus to flink-core
     new d0f9892  [FLINK-17854][core] Let SourceReader use InputStatus directly

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:
 .../base/source/reader/SourceReaderBase.java       | 13 ++++++-----
 .../base/source/reader/SourceReaderTestBase.java   |  3 ++-
 .../flink/api/connector/source/SourceReader.java   | 19 ++++-----------
 .../org/apache/flink/core}/io/InputStatus.java     | 27 +++++++++++++++-------
 .../connector/source/mocks/MockSourceReader.java   |  7 +++---
 .../streaming/api/operators/SourceOperator.java    | 13 ++---------
 .../runtime/io/MultipleInputSelectionHandler.java  |  1 +
 .../runtime/io/PushingAsyncDataInput.java          |  1 +
 .../streaming/runtime/io/StreamInputProcessor.java |  1 +
 .../runtime/io/StreamMultipleInputProcessor.java   |  1 +
 .../runtime/io/StreamOneInputProcessor.java        |  1 +
 .../runtime/io/StreamTaskNetworkInput.java         |  1 +
 .../runtime/io/StreamTaskSourceInput.java          |  1 +
 .../runtime/io/StreamTwoInputProcessor.java        |  1 +
 .../flink/streaming/runtime/tasks/StreamTask.java  |  2 +-
 .../runtime/io/StreamTaskNetworkInputTest.java     |  1 +
 .../runtime/tasks/MultipleInputStreamTaskTest.java |  2 +-
 .../streaming/runtime/tasks/StreamTaskTest.java    |  2 +-
 18 files changed, 50 insertions(+), 47 deletions(-)
 rename {flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime 
=> flink-core/src/main/java/org/apache/flink/core}/io/InputStatus.java (52%)

Reply via email to