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

Apache Spark commented on SPARK-23949:
--------------------------------------

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

> makes "&&" supports the function of predicate operator "and"
> ------------------------------------------------------------
>
>                 Key: SPARK-23949
>                 URL: https://issues.apache.org/jira/browse/SPARK-23949
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.4.0
>            Reporter: hantiantian
>            Priority: Minor
>
> In mysql , symbol && supports  the function of predicate operator "and", 
> maybe we can add support for the function in Spark SQL.
> For example,
> select * from tbl where id==1 && age=10
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to