[
https://issues.apache.org/jira/browse/SPARK-35055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yingyi Bu resolved SPARK-35055.
-------------------------------
Resolution: Not A Problem
> Fix BitSet.union
> ----------------
>
> Key: SPARK-35055
> URL: https://issues.apache.org/jira/browse/SPARK-35055
> Project: Spark
> Issue Type: Sub-task
> Components: Optimizer
> Affects Versions: 3.1.0
> Reporter: Yingyi Bu
> Priority: Major
>
> The require condition should be reversed:
> require(this.numWords <= other.numWords)
> =>
> require(this.numWords >= other.numWords)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]