[ 
https://issues.apache.org/jira/browse/SPARK-39784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570954#comment-17570954
 ] 

Apache Spark commented on SPARK-39784:
--------------------------------------

User 'huaxingao' has created a pull request for this issue:
https://github.com/apache/spark/pull/37278

> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to