Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5580#discussion_r176658879
--- Diff:
flink-libraries/flink-streaming-python/src/main/java/org/apache/flink/streaming/python/api/environment/PythonStreamExecutionEnvironment.java
---
@@ -75,15 +66,12 @@
*/
@PublicEvolving
public class PythonStreamExecutionEnvironment {
- private static final Logger LOG =
LoggerFactory.getLogger(PythonStreamExecutionEnvironment.class);
--- End diff --
I would leave it even if it isn't used
---