You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/09/23 06:58:19 UTC

[flink] branch master updated (77be200 -> b443bf7)

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 77be200  [FLINK-16147][table-common] Let WatermarkSepc#toString contain outputType field
     add b443bf7  [FLINK-19311][coordination] Add ResourceRequirement(s)

No new revisions were added by this update.

Summary of changes:
 .../flink/runtime/slots/ResourceRequirement.java   | 83 +++++++++++++++++++
 .../flink/runtime/slots/ResourceRequirements.java  | 96 ++++++++++++++++++++++
 2 files changed, 179 insertions(+)
 create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/slots/ResourceRequirement.java
 create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/slots/ResourceRequirements.java