xinrong-databricks commented on a change in pull request #33714:
URL: https://github.com/apache/spark/pull/33714#discussion_r691506411



##########
File path: python/pyspark/pandas/tests/test_dataframe.py
##########
@@ -5614,6 +5614,40 @@ def test_at_time(self):
         with self.assertRaisesRegex(TypeError, "Index must be DatetimeIndex"):
             psdf.at_time("0:15")
 
+    def test_combine_first(self):

Review comment:
       Good point, the test is moved to `test_ops_on_diff_frames.py`.
   
   I may need some more time to make frames with the same anchor work.




-- 
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]

Reply via email to