-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R] Test failure with dev waldo #35131
Comments
paleolimbot
changed the title
Test failure with dev waldo
[R] Test failure with dev waldo
Apr 14, 2023
Some more failures with
|
44 tasks
thisisnic
added a commit
that referenced
this issue
Apr 26, 2023
This PR fixes the tests failing due to the dev version of the waldo package being more strict comparing NaN and NA_real_ values. (n.b. our CI doesn't yet use the dev version of waldo, so this PR should be tested locally to verify tests pass). * Closes: #35131 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
thisisnic
added a commit
to thisisnic/arrow
that referenced
this issue
May 3, 2023
This PR fixes the tests failing due to the dev version of the waldo package being more strict comparing NaN and NA_real_ values. (n.b. our CI doesn't yet use the dev version of waldo, so this PR should be tested locally to verify tests pass). * Closes: apache#35131 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
liujiacheng777
pushed a commit
to LoongArch-Python/arrow
that referenced
this issue
May 11, 2023
This PR fixes the tests failing due to the dev version of the waldo package being more strict comparing NaN and NA_real_ values. (n.b. our CI doesn't yet use the dev version of waldo, so this PR should be tested locally to verify tests pass). * Closes: apache#35131 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
This PR fixes the tests failing due to the dev version of the waldo package being more strict comparing NaN and NA_real_ values. (n.b. our CI doesn't yet use the dev version of waldo, so this PR should be tested locally to verify tests pass). * Closes: apache#35131 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
This PR fixes the tests failing due to the dev version of the waldo package being more strict comparing NaN and NA_real_ values. (n.b. our CI doesn't yet use the dev version of waldo, so this PR should be tested locally to verify tests pass). * Closes: apache#35131 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
raulcd
pushed a commit
that referenced
this issue
May 30, 2023
This PR fixes the tests failing due to the dev version of the waldo package being more strict comparing NaN and NA_real_ values. (n.b. our CI doesn't yet use the dev version of waldo, so this PR should be tested locally to verify tests pass). * Closes: #35131 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
The arrow R package is failing with dev waldo with errors like this:
The root cause is that waldo now correctly distinguishes
NaN
andNA_real_
.Component(s)
R
The text was updated successfully, but these errors were encountered: