Skip to content

Commit 4264bdd

Browse files
author
changgyoopark-db
committed
TEST
1 parent 646295b commit 4264bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/sql/tests/test_dataframe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def test_extended_hint_types(self):
442442
with io.StringIO() as buf, redirect_stdout(buf):
443443
hinted_df.explain(True)
444444
explain_output = buf.getvalue()
445+
self.assertEqual(str(explan_output), "hi")
445446
self.assertGreaterEqual(explain_output.count("1.2345"), 1)
446447
self.assertGreaterEqual(explain_output.count("what"), 1)
447448
self.assertGreaterEqual(explain_output.count("itworks"), 1)

0 commit comments

Comments
 (0)