Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/21107#discussion_r183954501
--- Diff: python/run-tests.py ---
@@ -281,6 +262,12 @@ def process_queue(task_queue):
total_duration = time.time() - start_time
LOGGER.info("Tests passed in %i seconds", total_duration)
+ for key, lines in sorted(SKIPPED_TESTS.items()):
+ pyspark_python, test_name = key
+ LOGGER.info("\nSkipped tests in %s with %s:" % (test_name,
pyspark_python))
--- End diff --
i think print is fine for now. we could also change later.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]