AnywalkerGiser commented on code in PR #36537:
URL: https://github.com/apache/spark/pull/36537#discussion_r873359793
##########
python/pyspark/tests/test_rdd.py:
##########
@@ -669,6 +670,12 @@ def test_sample(self):
wr_s21 = rdd.sample(True, 0.4, 21).collect()
self.assertNotEqual(set(wr_s11), set(wr_s21))
+ def test_datetime(self):
Review Comment:
It has been added and modified, please approve it again.
--
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]