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

    https://github.com/apache/drill/pull/578#discussion_r85849993
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java ---
    @@ -88,21 +84,22 @@
     import com.fasterxml.jackson.databind.ObjectMapper;
     import com.fasterxml.jackson.databind.node.ArrayNode;
     import com.google.common.annotations.VisibleForTesting;
    -import com.google.common.base.Strings;
    -import com.google.common.util.concurrent.AbstractCheckedFuture;
    +
     import com.google.common.util.concurrent.SettableFuture;
     
    +import javax.security.sasl.SaslException;
    +
     /**
      * Thin wrapper around a UserClient that handles connect/close and 
transforms
      * String into ByteBuf.
      */
     public class DrillClient implements Closeable, ConnectionThrottle {
       private static final org.slf4j.Logger logger = 
org.slf4j.LoggerFactory.getLogger(DrillClient.class);
     
    -  private static final ObjectMapper objectMapper = new ObjectMapper();
    +  protected static final ObjectMapper objectMapper = new ObjectMapper();
    --- End diff --
    
    Will revert.


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