Skip to content
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

[BUG] Unit tests ToPrettyStringSuite FAILED on spark-3.5.0 #10056

Closed
NvTimLiu opened this issue Dec 14, 2023 · 1 comment · Fixed by #10059
Closed

[BUG] Unit tests ToPrettyStringSuite FAILED on spark-3.5.0 #10056

NvTimLiu opened this issue Dec 14, 2023 · 1 comment · Fixed by #10059
Assignees
Labels
bug Something isn't working

Comments

@NvTimLiu
Copy link
Collaborator

Describe the bug

Unit tests ToPrettyStringSuite FAILED on spark-3.5.0, details:

 ToPrettyStringSuite:
 - test show() on booleans
 - test show() on bytes
 - test show() on shorts
 - test show() on ints
 - test show() on longs
 - test show() on floats *** FAILED ***
   Expected exception org.scalatest.exceptions.TestFailedException to be thrown, but no exception was thrown (ToPrettyStringSuite.scala:83)
 - test show() on doubles *** FAILED ***
   Expected exception org.scalatest.exceptions.TestFailedException to be thrown, but no exception was thrown (ToPrettyStringSuite.scala:89)
 - test show() on strings
@NvTimLiu NvTimLiu added bug Something isn't working ? - Needs Triage Need team to review and classify labels Dec 14, 2023
@razajafri razajafri self-assigned this Dec 14, 2023
@razajafri
Copy link
Collaborator

With #4204 being fixed. The test has started to fail, we just need to remove the assertThrows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants