Airblader commented on a change in pull request #16626:
URL: https://github.com/apache/flink/pull/16626#discussion_r678862506
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -190,7 +190,7 @@
private final PipelineExecutorServiceLoader executorServiceLoader;
- private final Configuration configuration;
+ protected final Configuration configuration;
Review comment:
nit: Given that this class has fields `config` and `configuration`
(yikes), it would be nice to add a small comment here as well as to what this
field holds.
--
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]