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

Wrong Parquet filters are created for all inequality predicates with literals on the left hand side

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.0.0, 1.1.0, 1.1.1
    • 1.1.1, 1.2.0
    • SQL
    • None

    Description

      For expressions like 10 < someVar, we should create a Operators.Gt filter, but right now a Operators.Lt is created. This issue affects all inequality predicates with literals on the left hand side.

      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: