tillrohrmann commented on a change in pull request #8175: [FLINK-9787]Change 
ExecutionConfig#getGlobalJobParameters to return a…
URL: https://github.com/apache/flink/pull/8175#discussion_r319395177
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
 ##########
 @@ -1053,5 +1054,10 @@ public T getSerializer() {
                public Map<String, String> toMap() {
                        return Collections.emptyMap();
                }
+
+               @Override
+               public boolean equals(Object obj) {
+                       return true;
+               }
 
 Review comment:
   The `equals` method is needed for the `equals` method of the 
`ExecutionConfig` which was not needed before because the field was `null`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to