You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2020/02/28 14:57:29 UTC

[flink] branch master updated (a6a5195 -> 9a3eb5b)

This is an automated email from the ASF dual-hosted git repository.

zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from a6a5195  [FLINK-16271][python] Introduce ArrowPythonScalarFunctionOperator for vectorized Python UDF execution
     add 5a8cb2b  [hotfix] Fix checkstyle violations in ScheduledUnit
     add 8f6fcd2  [hotfix][tests] Mock ExecutionVertex#getID() in ScheduelrTestUtils to avoid NPE issues
     add 9a3eb5b  [FLINK-16180][runtime] Replace the nullable vertexExecution in ScheduledUnit with a non-null executionVertexId

No new revisions were added by this update.

Summary of changes:
 .../jobmanager/scheduler/ScheduledUnit.java        | 56 ++++++++++------------
 .../runtime/jobmaster/slotpool/SchedulerImpl.java  |  2 +-
 .../scheduler/DefaultExecutionSlotAllocator.java   |  2 +-
 .../executiongraph/ProgrammedSlotProvider.java     |  4 +-
 .../jobmanager/scheduler/DummyScheduledUnit.java   |  1 -
 .../jobmanager/scheduler/SchedulerTestUtils.java   | 13 ++++-
 6 files changed, 39 insertions(+), 39 deletions(-)