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

Text plan should contain information about text partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • Tools, Build & Test
    • None

    Description

      An explain plan command for

      0: jdbc:drill:> explain plan for select * from `/mapr/drill-stress/drill/testdata/text_storage/lineitempart/` where dir0=1993;

      results in a text plan which lacks the information that only dir0=1993 is scanned. The json plan has this information as below.

      00-00 Screen
      00-01 Project(*=[$0])
      00-02 Scan(groupscan=[EasyGroupScan [selectionRoot=/mapr/drill-stress/drill/testdata/text_storage/lineitempart, numFiles=1, columns = [SchemaPath [`*`]]]])

      Information in json plan which should be in the text plan.
      "graph" : [ {
      "pop" : "fs-scan",
      "@id" : 2,
      "files" : [ "/mapr/drill-stress/drill/testdata/text_storage/lineitempart/1993/lineitemac.tbl" ],

      Attachments

        1. DRILL-1638.1.patch.txt
          1 kB
          Hanifi Gunes

        Activity

          People

            Unassigned Unassigned
            inramana Ramana Inukonda Nagaraj
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: