peter-toth commented on code in PR #37630:
URL: https://github.com/apache/spark/pull/37630#discussion_r952715555


##########
core/src/main/scala/org/apache/spark/util/collection/BitSet.scala:
##########
@@ -250,4 +250,11 @@ class BitSet(numBits: Int) extends Serializable {
 
   /** Return the number of longs it would take to hold numBits. */
   private def bit2words(numBits: Int) = ((numBits - 1) >> 6) + 1
+

Review Comment:
   This seems to be a bug and unrelated to this PR. Canonicalized forms of 
`FileSourceScanExec`s that had `optionalBucketSet` defined were never equal...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to