You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/03/01 18:28:46 UTC

[GitHub] vvysotskyi commented on a change in pull request #1656: DRILL-7056: Drill fails with NPE when starting in distributed mode & …

vvysotskyi commented on a change in pull request #1656: DRILL-7056: Drill fails with NPE when starting in distributed mode & …
URL: https://github.com/apache/drill/pull/1656#discussion_r261691894
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/server/Drillbit.java
 ##########
 @@ -561,4 +562,9 @@ private static String stripQuotes(final String s, final String systemProp) {
     // return as-is
     return s;
   }
+
+  // Only for testing purposes (DRILL-7056)
+  public File getWebServerTempDirPath() {
 
 Review comment:
   Please remove this method and use some reflection tools in tests, something like `FieldUtils.getField()` or usual reflection.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services