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

Sean R. Owen resolved SPARK-39289.
----------------------------------
    Resolution: Won't Fix

> Replace map.getOrElse(false/true) with exists/forall
> ----------------------------------------------------
>
>                 Key: SPARK-39289
>                 URL: https://issues.apache.org/jira/browse/SPARK-39289
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core, SQL, Structured Streaming
>    Affects Versions: 3.3.0
>            Reporter: qian
>            Priority: Trivial
>
> Replace _map(_.toBoolean).getOrElse(false)_ with _exists(_.toBoolean)_
> Replace _map(_.toBoolean).getOrElse(true)_ with _exists(_.toBoolean)_



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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

Reply via email to