You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2014/11/18 03:51:33 UTC

[jira] [Created] (SPARK-4468) Wrong Parquet filters are created for all inequality predicates with literals on the left hand side

Cheng Lian created SPARK-4468:
---------------------------------

             Summary: Wrong Parquet filters are created for all inequality predicates with literals on the left hand side
                 Key: SPARK-4468
                 URL: https://issues.apache.org/jira/browse/SPARK-4468
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.1.0, 1.0.0, 1.1.1
            Reporter: Cheng Lian
            Priority: Blocker


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org