Yikun opened a new pull request, #37912:
URL: https://github.com/apache/spark/pull/37912

   ### What changes were proposed in this pull request?
   Mark `SparkFunctionsTests.test_repeat` as placeholder.
   
   
   ### Why are the changes needed?
   ```
     test_repeat 
(pyspark.pandas.tests.test_spark_functions.SparkFunctionsTests) ... FAIL 
(0.052s)
   
   ======================================================================
   FAIL [0.052s]: test_repeat 
(pyspark.pandas.tests.test_spark_functions.SparkFunctionsTests)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File 
"/__w/spark/spark/python/pyspark/pandas/tests/test_spark_functions.py", line 
28, in test_repeat
       self.assertTrue(spark_column_equals(SF.repeat(F.lit(1), 2), 
F.repeat(F.lit(1), 2)))
   AssertionError: False is not true
   
   ----------------------------------------------------------------------
   Ran 1 test in 8.471s
   ```
   
   According to 
https://github.com/apache/spark/pull/37888#discussion_r971408190 we'd better 
skip it first.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   CI passed
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to