Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-4714

Add metadata and prepared statement APIs to DrillClient<->Drillbit interface

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Metadata
    • None

    Description

      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 is the doc explaining the new APIs.

      Attachments

        Activity

          People

            vkorukanti Venki Korukanti
            vkorukanti Venki Korukanti
            Chun Chang Chun Chang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: