You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "wuyi (Jira)" <ji...@apache.org> on 2020/01/02 02:45:00 UTC

[jira] [Created] (SPARK-30402) Support push down for filters with cast expression

wuyi created SPARK-30402:
----------------------------

             Summary: Support push down for filters with cast expression
                 Key: SPARK-30402
                 URL: https://issues.apache.org/jira/browse/SPARK-30402
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: wuyi


Support push down for filters with cast expression, for example:

 
{code:java}
Filter(cast(d, Decimal(9, 3)) = 1000.000)
Filter(cast(d, Boolean) = false)
Filter(cast(d, Int) = 1)
{code}
 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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