Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/22479#discussion_r219052270 --- Diff: python/pyspark/sql/tests.py --- @@ -1168,7 +1168,7 @@ def test_simple_udt_in_df(self): df = self.spark.createDataFrame( [(i % 3, PythonOnlyPoint(float(i), float(i))) for i in range(10)], schema=schema) - df.show() + df.collect() --- End diff -- cc @viirya since this is added [here](https://github.com/apache/spark/commit/146001a9ffefc7aaedd3d888d68c7a9b80bca545#diff-7c2fe8530271c0635fb99f7b49e0c4a4R583).
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org