You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Huaxin Gao (Jira)" <ji...@apache.org> on 2022/07/22 20:54:00 UTC

[jira] [Resolved] (SPARK-39784) Put Literal values on the right side of the data source filter after translating Catalyst Expression to data source filter

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

Huaxin Gao resolved SPARK-39784.
--------------------------------
    Fix Version/s: 3.4.0
         Assignee: Huaxin Gao
       Resolution: Fixed

> Put Literal values on the right side of the data source filter after translating Catalyst Expression to data source filter
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-39784
>                 URL: https://issues.apache.org/jira/browse/SPARK-39784
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: Huaxin Gao
>            Assignee: Huaxin Gao
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> After translating Expression to data source filter, we want the Literal value to be on the right side of the filter.
> For example: 1 > a
> After translate to Predicate, we want to have a < 1



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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