Wan Kun created SPARK-41159:
-------------------------------

             Summary: Optimize like any and like all expressions
                 Key: SPARK-41159
                 URL: https://issues.apache.org/jira/browse/SPARK-41159
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.4.0
            Reporter: Wan Kun


Now like any and like all expression will use regex expressions to match input 
rows which will be slow. We can optimize them with startWith, endWith, 
contains, equalTo methods.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to