Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2915#discussion_r90666953
  
    --- Diff: 
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/TestBaseUtils.java
 ---
    @@ -542,42 +542,10 @@ protected static File asFile(String path) {
                return configs;
        }
     
    -   // This code is taken from: http://stackoverflow.com/a/7201825/568695
    -   // it changes the environment variables of this JVM. Use only for 
testing purposes!
    -   @SuppressWarnings("unchecked")
        public static void setEnv(Map<String, String> newenv) {
    --- End diff --
    
    How about removing this method and redirecting the calls? Was there a 
dependency management reason you didn't want to do that?


---
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.
---

Reply via email to