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

[jira] [Updated] (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 ]

Dongjoon Hyun updated SPARK-39784:
----------------------------------
    Summary: Put Literal values on the right side of the data source filter after translating Catalyst Expression to data source filter  (was: Literal values should be on the right side of the data source filter)

> 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.3.0
>            Reporter: Huaxin Gao
>            Priority: Minor
>
> 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