This is an automated email from the ASF dual-hosted git repository. dmvk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from cf33d934366 [hotfix][docs][docs-zh] Use markdown SQL template for SQL functions examples new f3955cff984 [hotfix] Mark InstantiationUtil#readObjectFromConfig as @Nullable. new a84de2ca4a9 [FLINK-31317] Introduce JobResourceRequirements and JobVertexResourceRequirements data structures. 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: .../org/apache/flink/util/InstantiationUtil.java | 3 + .../runtime/jobgraph/JobResourceRequirements.java | 235 +++++++++++++++++++++ .../jobgraph/JobVertexResourceRequirements.java | 119 +++++++++++ .../jobgraph/JobResourceRequirementsTest.java | 175 +++++++++++++++ 4 files changed, 532 insertions(+) create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/JobResourceRequirements.java create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/JobVertexResourceRequirements.java create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/jobgraph/JobResourceRequirementsTest.java