xinrong-databricks commented on code in PR #36893:
URL: https://github.com/apache/spark/pull/36893#discussion_r918165714
##########
python/pyspark/sql/tests/test_types.py:
##########
@@ -374,12 +373,6 @@ def test_negative_decimal(self):
finally:
self.spark.sql("set
spark.sql.legacy.allowNegativeScaleOfDecimal=false")
- def test_create_dataframe_from_objects(self):
Review Comment:
Moved the test to python/pyspark/sql/tests/test_session.py.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]