You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Unit tests ToPrettyStringSuite FAILED on spark-3.5.0, details:
The text was updated successfully, but these errors were encountered: