dzhigimont commented on code in PR #40370: URL: https://github.com/apache/spark/pull/40370#discussion_r1285551324
########## python/pyspark/pandas/tests/frame/test_reindexing.py: ########## @@ -854,7 +879,8 @@ def test_sample(self): class FrameReidexingTests(FrameReindexingMixin, ComparisonTestBase, SQLTestUtils): - pass + def test_between_time(self): + super().test_between_time() Review Comment: My bad, committed that accidentally, it was used for running only that one on local env -- 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]
