You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Laurent Goujon (JIRA)" <ji...@apache.org> on 2016/12/29 01:03:58 UTC

[jira] [Created] (DRILL-5167) C++ connector does not set escape string for metadata search pattern

Laurent Goujon created DRILL-5167:
-------------------------------------

             Summary: C++ connector does not set escape string for metadata search pattern
                 Key: DRILL-5167
                 URL: https://issues.apache.org/jira/browse/DRILL-5167
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Laurent Goujon
            Priority: Minor


C++ connector does not set the escape string for search pattern when doing metadata operation (getCatalogs/getSchema/getTables/getColumns). It is assumed to be '\\' as returned by DrillMetadata::getSearchEscapeString(), but because this is not sent over the wire, the server will actually consider that there's no escape character, and might return different or no result compared to what has been requested.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)