Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-5463 Improve Parquet support (reliability, performance, and error messages)
  3. SPARK-5465

Data source version of Parquet doesn't push down And filters properly

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.2.0, 1.2.1
    • 1.3.0
    • SQL
    • None

    Description

      The current implementation combines all predicates and then tries to convert it to a single Parquet filter predicate. In this way, the Parquet filter predicate can not be generated if any component of the original filters can not be converted. (code lines here).

      For example, a > 10 AND a < 20 can be successfully converted, while a > 10 AND a < b can't because Parquet doesn't accept filters like a < b.

      Attachments

        Activity

          People

            Unassigned Unassigned
            lian cheng Cheng Lian
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: