[
https://issues.apache.org/jira/browse/DRILL-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15570140#comment-15570140
]
ASF GitHub Bot commented on DRILL-4925:
---------------------------------------
GitHub user laurentgo opened a pull request:
https://github.com/apache/drill/pull/612
DRILL-4925: Add tableType filter to GetTables metadata query
- Adding tableType filter to GetTablesReq query (needed for JDBC and ODBC
drivers).
- Fix table type returned by sys and INFORMATION_SCHEMA tables
- Also fixes some protobuf typos to related classes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laurentgo/drill laurent/DRILL-4925
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/612.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #612
----
----
> Add types filter to getTables metadata API
> ------------------------------------------
>
> Key: DRILL-4925
> URL: https://issues.apache.org/jira/browse/DRILL-4925
> Project: Apache Drill
> Issue Type: Bug
> Components: Metadata
> Reporter: Laurent Goujon
> Priority: Minor
>
> Both ODBC and JDBC API have a types parameter to filter tables based on their
> types.
> Metadata API should support it too to avoid connectors to have to do extra
> filtering on client-side.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)