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

Changes to DrillClient

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • None
    • None

    Description

      With respect to the DrillClient we'll need the following methods in order to support an async style interaction.

      • new DrillClient().submitQuery(QueryType, Query String) that returns
        the QueryId and continues to execute in the background
      • new DrillClient().getStatus(queryId) that returns a Status object. It
        could just return IN_PROGRESS, SUCCEEDED and FAILED for now. And some
        way to know why it failed in case it did.
      • new DrillClient().getResults(queryId) that returns QueryResultBatch as it is doing now.

      Attachments

        1. DRILL-164.patch.0.txt
          2 kB
          Lisen Mu
        2. DRILL-164.patch.1.txt
          3 kB
          Lisen Mu
        3. drill-164.diff
          10 kB
          Jacques Nadeau

        Activity

          People

            jnadeau Jacques Nadeau
            srihari.srinivasan Srihari Srinivasan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: