tillrohrmann commented on a change in pull request #10007:
[FLINK-14060][runtime] Set slot sharing groups according to logical pipelined
regions
URL: https://github.com/apache/flink/pull/10007#discussion_r342482816
##########
File path:
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/runtime/utils/BatchAbstractTestBase.java
##########
@@ -39,7 +39,7 @@
new MiniClusterResourceConfiguration.Builder()
.setConfiguration(getConfiguration())
.setNumberTaskManagers(1)
-
.setNumberSlotsPerTaskManager(DEFAULT_PARALLELISM)
+
.setNumberSlotsPerTaskManager(DEFAULT_PARALLELISM * 2)
Review comment:
Maybe add a `// TODO: Remove once FLINK-13708` has been fixed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services