This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 03839f1 [FLINK-12924][table] Add basic type inference logic
new b32e1f6 [hotfix][tests] ResultPartitionDeploymentDescriptorTest
cleanup and test serialization of UnknownShuffleDescriptor without
ResultPartitionDeploymentDescriptor
new d1ce804 [FLINK-12960][coordination][shuffle] Introduce
ShuffleDescriptor#ReleaseType and ShuffleDescriptor#getSupportedReleaseTypes
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:
.../ResultPartitionDeploymentDescriptor.java | 44 ++++++++++++++++++++--
.../runtime/shuffle/NettyShuffleDescriptor.java | 19 +++++++++-
.../flink/runtime/shuffle/NettyShuffleMaster.java | 3 +-
.../flink/runtime/shuffle/ShuffleDescriptor.java | 29 ++++++++++++++
.../flink/runtime/shuffle/ShuffleEnvironment.java | 8 +++-
.../flink/runtime/shuffle/ShuffleMaster.java | 2 +
.../runtime/shuffle/UnknownShuffleDescriptor.java | 6 +++
.../ResultPartitionDeploymentDescriptorTest.java | 29 +++++++++-----
.../io/network/partition/PartitionTestUtils.java | 2 +-
.../partition/ResultPartitionFactoryTest.java | 5 ++-
.../util/NettyShuffleDescriptorBuilder.java | 12 +++++-
11 files changed, 136 insertions(+), 23 deletions(-)