Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-31511][FOLLOW-UP][TEST][SQL] Make BytesToBytesMap iterators th…
…read-safe ### What changes were proposed in this pull request? Before SPARK-31511 is fixed, `BytesToBytesMap` iterator() is not thread-safe and may cause data inaccuracy. We need to add a unit test. ### Why are the changes needed? Increase test coverage to ensure that iterator() is thread-safe. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? add ut Closes apache#29669 from cxzl25/SPARK-31511-test. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
- Loading branch information