This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from d809cb4 [FLINK-25826][table-planner] Handle symbols at a central place with serializable format add 8078091 [hotfix] Expose EvictingBoundedList.isDroppedIndex add 4a53970 [hotfix] Fix checkstyle violations in EvictingBoundedList add b89a31f [hotfix] Replace Hamcrest assertThat with assertj assertThat in ExecutionVertexTest add da29180 [FLINK-25831] Retrieve the latest non-null prior property from ExecutionVertex add f7cf926 [hotfix] Remove unused ExecutionVertex.LOG No new revisions were added by this update. Summary of changes: .../runtime/executiongraph/ExecutionVertex.java | 48 +++++++++++-------- .../flink/runtime/scheduler/DefaultScheduler.java | 5 +- .../scheduler/ExecutionSlotAllocationContext.java | 6 ++- .../MergingSharedSlotProfileRetrieverFactory.java | 7 +-- .../SlotSharingExecutionSlotAllocatorFactory.java | 2 +- .../flink/runtime/util/EvictingBoundedList.java | 15 ++++-- .../executiongraph/ExecutionVertexTest.java | 55 ++++++++++++++++++++-- .../MergingSharedSlotProfileRetrieverTest.java | 8 ++-- .../runtime/util/EvictingBoundedListTest.java | 15 ++++++ 9 files changed, 123 insertions(+), 38 deletions(-)