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