You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "David Haller (JIRA)" <ji...@apache.org> on 2017/02/03 19:11:51 UTC

[jira] [Created] (DRILL-5241) JDBC proxy driver: Do not put null value in map

David Haller created DRILL-5241:
-----------------------------------

             Summary: JDBC proxy driver: Do not put null value in map
                 Key: DRILL-5241
                 URL: https://issues.apache.org/jira/browse/DRILL-5241
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - JDBC
    Affects Versions: 1.9.0
            Reporter: David Haller
            Priority: Minor


See GitHub pull request: https://github.com/apache/drill/pull/724

Hello everyone,

proxyReturnClass is always null, so interfacesToProxyClassesMap will contain null values only. Adding newProxyReturnClass should be correct.

This bug does not affect functionality, but probably decreases performance because you get "cache misses" all the time.

Best regards,
David.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)