Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/21370#discussion_r194276179
--- Diff: python/pyspark/sql/tests.py ---
@@ -3074,6 +3074,36 @@ def test_checking_csv_header(self):
finally:
shutil.rmtree(path)
+ def test_repr_html(self):
--- End diff --
This function only covers the most basic positive case. We need also add
more test cases. For example, the results when
`spark.sql.repl.eagerEval.enabled` is set to `false`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]