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 2019/10/31 10:49:02 UTC

[flink] branch master updated (d90e499 -> 1f7655f)

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 d90e499  [FLINK-14302] [kafka] FlinkKafkaInternalProducer should not send `ADD_PARTITIONS_TO_TXN` request if `newPartitionsInTransaction` is empty when enable EoS
     add 6ae3f25  [FLINK-14059][core] Introduce option allVerticesInSameSlotSharingGroupByDefault in ExecutionConfig
     add 1f7655f  [FLINK-14059][table] Blink batch executor disables allVerticesInSameSlotSharingGroupByDefault

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/api/common/ExecutionConfig.java   | 35 ++++++++++-
 .../table/planner/delegation/BatchExecutor.java    |  1 +
 .../planner/delegation/BatchExecutorTest.java      | 71 ++++++++++++++++++++++
 3 files changed, 105 insertions(+), 2 deletions(-)
 create mode 100644 flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/delegation/BatchExecutorTest.java