zentol closed pull request #6903: [hotfix] [python] correct strict access
URL: https://github.com/apache/flink/pull/6903
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java
 
b/flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java
index 4709fa52a5a..9aebbff2da1 100644
--- 
a/flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java
+++ 
b/flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java
@@ -68,7 +68,7 @@
  * This class allows the execution of a Flink plan written in python.
  */
 public class PythonPlanBinder {
-       static final Logger LOG = 
LoggerFactory.getLogger(PythonPlanBinder.class);
+       private static final Logger LOG = 
LoggerFactory.getLogger(PythonPlanBinder.class);
 
        public static final String FLINK_PYTHON_DC_ID = "flink";
        public static final String FLINK_PYTHON_PLAN_NAME = File.separator + 
"plan.py";


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to