Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-11621

ORC filter pushdown not working properly after new unhandled filter interface.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.6.0
    • None
    • SQL
    • None

    Description

      After the new interface to get rid of filters predicate-push-downed which are already processed in datasource-level (https://github.com/apache/spark/pull/9399), it dose not push down filters for ORC.

      This is because at DataSourceStrategy, all the filters are treated as unhandled filters.

      Also, since ORC does not support to filter fully record by record but instead rough results came out, the filters for ORC should not go to unhandled filters.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gurwls223 Hyukjin Kwon
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: