qian created SPARK-39289:
----------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]