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

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

     [ https://issues.apache.org/jira/browse/SPARK-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Armbrust resolved SPARK-4468.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.1

Issue resolved by pull request 3338
[https://github.com/apache/spark/pull/3338]

> 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.0.0, 1.1.0, 1.1.1
>            Reporter: Cheng Lian
>            Priority: Blocker
>             Fix For: 1.1.1
>
>
> 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