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:24:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17569272#comment-17569272 ] 

Dongjoon Hyun commented on SPARK-39784:
---------------------------------------

[~huaxingao] . Please use the version of master branch for new feature or improvement JIRA. The affected version is only the version of master branch because Apache Spark does not allow backporting those JIRAs.

> 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
>            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