cxzl25 commented on a change in pull request #29605:
URL: https://github.com/apache/spark/pull/29605#discussion_r484650666
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/joins/HashedRelationSuite.scala
##########
@@ -341,6 +341,45 @@ class HashedRelationSuite extends SparkFunSuite with
SharedSQLContext {
assert(java.util.Arrays.equals(os.toByteArray, os2.toByteArray))
}
+ test("SPARK-31511: Make BytesToBytesMap iterators thread-safe") {
Review comment:
ok, I submit a pull request to add test.
https://github.com/apache/spark/pull/29669
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]