yeoji opened a new pull request #17949: URL: https://github.com/apache/flink/pull/17949
## What is the purpose of the change The current Scala example for the MiniCluster test fails to run because: - `numberSlotsPerTaskManager` is incorrectly set to 1, which causes the test to hang - Scala complains about the `Int` type since the example functions expect a `Long` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
