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 5c7716b4c0b [FLINK-28043][formats][parquet] Fix "Invalid lambda 
deserialization" in AvroParquetReaders
     new 4c8e9a4c619 [hotfix] Fix the generic of RecordWriter
     new a63b7dd35bd [FLINK-27789][network] Disable overdraft buffer for 
LegacySource

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:
 .../network/api/writer/MultipleRecordWriters.java  | 13 ++++++++---
 .../io/network/api/writer/NonRecordWriter.java     |  3 +++
 .../io/network/api/writer/RecordWriter.java        |  5 +++++
 .../network/api/writer/RecordWriterDelegate.java   |  3 +++
 .../network/api/writer/ResultPartitionWriter.java  |  3 +++
 .../io/network/api/writer/SingleRecordWriter.java  |  5 +++++
 .../runtime/io/network/buffer/BufferPool.java      |  6 +++++
 .../runtime/io/network/buffer/LocalBufferPool.java | 10 ++++++++-
 .../io/network/partition/ResultPartition.java      |  4 ++++
 .../runtime/io/network/buffer/NoOpBufferPool.java  | 10 +++++++++
 .../io/network/buffer/UnpooledBufferPool.java      |  8 +++++++
 .../partition/MockResultPartitionWriter.java       |  3 +++
 .../streaming/runtime/tasks/SourceStreamTask.java  |  1 +
 .../flink/streaming/runtime/tasks/StreamTask.java  |  2 +-
 .../runtime/tasks/SourceStreamTaskTest.java        | 26 ++++++++++++++++++++++
 15 files changed, 97 insertions(+), 5 deletions(-)

Reply via email to