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

Partition filter pushdown not happening for EasyGroupScan

    XMLWordPrintableJSON

Details

    Description

      For EasyGroupScan that handles Json and Text formats, we are not getting the directory partition filters pushed down into the Scan. One part of the reason is that the EasyGroupScan digest for a new scan that has a smaller selection of files is currently the same as the previous scan, so the planner ignores the new scan.

      A second related issue is that the Filter can appear above either a Scan or a Project, so we need to be able to handle both cases during pushdown.

      Attachments

        Activity

          People

            DrillCommitter DrillCommitter
            amansinha100 Aman Sinha
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: