You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yingyi Bu (Jira)" <ji...@apache.org> on 2021/04/14 05:26:00 UTC

[jira] [Created] (SPARK-35055) Fix BitSet.union

Yingyi Bu created SPARK-35055:
---------------------------------

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


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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org