[ 
https://issues.apache.org/jira/browse/SPARK-27679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-27679:
------------------------------------

    Assignee: Apache Spark

> Improve queries with LIKE expression
> ------------------------------------
>
>                 Key: SPARK-27679
>                 URL: https://issues.apache.org/jira/browse/SPARK-27679
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.4.3
>            Reporter: Achuth Narayan Rajagopal
>            Assignee: Apache Spark
>            Priority: Major
>
> The following improvements are possible when simplifying `LIKE` expressions -
>  # In the case where pattern is `null` replace like expression with 
> Literal(`false`), so in cases where applicable we can replace the underlying 
> relation with `LocalRelation <empty>`.
>  # Add support for underscore case optimization similar to '%'.



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