This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 2d74260f412 [FLINK-32863][runtime-web] Improve Flink UI's time
precision from second level to millisecond level
new e198c09fce8 [hotfix] Parameterlize RecordWriterTest and migrate it to
junit5
new e77dc91a59b [FLINK-33076][network] Reduce serialization overhead of
broadcast emit from ChannelSelectorRecordWriter.
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:
.../api/writer/ChannelSelectorRecordWriter.java | 2 +-
.../io/network/api/writer/RecordWriter.java | 10 ++
.../api/writer/BroadcastRecordWriterTest.java | 41 +++---
.../io/network/api/writer/RecordWriterTest.java | 153 ++++++++++-----------
4 files changed, 107 insertions(+), 99 deletions(-)