[
https://issues.apache.org/jira/browse/DRILL-5167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893655#comment-15893655
]
Sudheesh Katkam commented on DRILL-5167:
----------------------------------------
Fixed in
[c81f588|https://github.com/apache/drill/commit/c81f58884e2cef279a7d60ea611b6a422a2eb56e]
> 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
> Affects Versions: 1.9.0
> Reporter: Laurent Goujon
> Assignee: Laurent Goujon
> Priority: Minor
> Labels: ready-to-commit
> Fix For: 1.10.0
>
>
> 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.15#6346)