This is an automated email from the ASF dual-hosted git repository.
arvid pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from a5264a6 [hotfix][runtime] A customized filename can be specified
through Content-Disposition that also allows passing of path information which
was not properly handled. This is fixed now.
add c7b2e12 [FLINK-20107][network] Make InputChannel.statePersister
immutable
No new revisions were added by this update.
Summary of changes:
.../network/api/reader/AbstractRecordReader.java | 2 ++
.../partition/consumer/ChannelStatePersister.java | 17 +++++----------
.../partition/consumer/LocalInputChannel.java | 16 ++++++--------
.../consumer/LocalRecoveredInputChannel.java | 9 +++-----
.../partition/consumer/RemoteInputChannel.java | 15 +++++--------
.../consumer/RemoteRecoveredInputChannel.java | 6 ++----
.../partition/consumer/UnknownInputChannel.java | 22 ++++++++++++++++---
...editBasedPartitionRequestClientHandlerTest.java | 4 +++-
.../network/partition/InputChannelTestUtils.java | 18 +++++++++++++---
.../PartialConsumePipelinedResultTest.java | 2 ++
.../partition/consumer/InputChannelBuilder.java | 25 +++++++++++++++++-----
.../partition/consumer/LocalInputChannelTest.java | 6 ++----
.../partition/consumer/SingleInputGateBuilder.java | 3 +--
.../partition/consumer/SingleInputGateTest.java | 9 ++++++++
.../runtime/io/UnalignedControllerTest.java | 7 +++---
.../benchmark/SingleInputGateBenchmarkFactory.java | 7 ++++--
16 files changed, 103 insertions(+), 65 deletions(-)