Details
Description
Several PySpark files call doctest.testmod() in order to run doctests, but forget to check its return status. As a result, failures will not be automatically detected by our test runner script, creating the potential for bugs to slip through.