Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2541#discussion_r80984450 --- Diff: flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/StreamExecutionEnvironment.scala --- @@ -124,7 +125,7 @@ class StreamExecutionEnvironment(javaEnv: JavaEnv) { * Gets the checkpoint config, which defines values like checkpoint interval, delay between * checkpoints, etc. */ - def getCheckpointConfig = javaEnv.getCheckpointConfig() --- End diff -- That is fine, IDEA may have different recommendations, Flink can define its own guidelines. I (and others) don't agree with everything that the Scala folks recommend. And even in that description, it is phrased as a possibility to bridge the gap between Scala's and Java's features.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---