[
https://issues.apache.org/jira/browse/DRILL-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15570338#comment-15570338
]
ASF GitHub Bot commented on DRILL-4925:
---------------------------------------
Github user vkorukanti commented on a diff in the pull request:
https://github.com/apache/drill/pull/612#discussion_r83124391
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/work/metadata/MetadataProvider.java
---
@@ -347,9 +351,9 @@ protected Response runInternal(final UserSession
session, final SchemaTreeProvid
} catch (Exception e) {
--- End diff --
We should change this to Throwable or keep the response sending code in
finally block to avoid client waiting indefinitely.
> 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)