[ 
https://issues.apache.org/jira/browse/DRILL-4714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15933860#comment-15933860
 ] 

Kunal Khatua commented on DRILL-4714:
-------------------------------------

[[email protected]] Looks like a number of bugs are now in resolved state. 
Can we add tests for this in the framework and mark them as closed?

> Add metadata and prepared statement APIs to DrillClient<->Drillbit interface
> ----------------------------------------------------------------------------
>
>                 Key: DRILL-4714
>                 URL: https://issues.apache.org/jira/browse/DRILL-4714
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Metadata
>            Reporter: Venki Korukanti
>            Assignee: Venki Korukanti
>
> Currently ODBC/JDBC drivers spawn a set of queries on INFORMATION_SCHEMA for 
> metadata. Client has to deal with submitting a query, reading query results 
> and constructing required objects. Sometimes same work is done twice 
> (planning work in case of prepare statements) to get the metadata and execute 
> query. Instead we could simplify the client by providing APIs on the client 
> interface and let the server construct the required objects and send them to 
> client directly. These APIs provide common info that can be consumed by the 
> JDBC/ODBC driver.
> [Here|https://docs.google.com/document/d/1ytwGDYGbEFuS3_eUEqRikh7wQABFyHjS0fXJ6wr1eSU/edit?usp=sharing]
>  is the doc explaining the new APIs.



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

Reply via email to