-
Notifications
You must be signed in to change notification settings - Fork 28.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect assertions in scala tests
We ran unit tests of spark on aarch64 server, then found the values of floatToRawIntBits(0.0f / 0.0f) and floatToRawIntBits(Float.NaN) on aarch64 are same, after discuss with jdk-dev and scala community, we believe the value should depend on the architecture. This removes the incorrect assertions to make sure the tests fit all architectures.
- Loading branch information
huangtianhua
committed
Jul 19, 2019
1 parent
0512af1
commit cd5cf0c
Showing
2 changed files
with
0 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters