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

Dongjoon Hyun edited comment on SPARK-39784 at 7/21/22 5:23 AM:
----------------------------------------------------------------

[~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. For this one, I 
updated to 3.4.0 from 3.3.0.


was (Author: dongjoon):
[~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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to