zhengruifeng opened a new pull request, #44641: URL: https://github.com/apache/spark/pull/44641
### What changes were proposed in this pull request? Retry `test_map_in_pandas_with_column_vector` and its parity test ### Why are the changes needed? I am seeing this test and its parity test failing from time to time, due to some log4j issue, e.g https://github.com/zhengruifeng/spark/actions/runs/7459243602/job/20294868487 ``` test_map_in_pandas_with_column_vector (pyspark.sql.tests.pandas.test_pandas_map.MapInPandasTests) ... ERROR StatusConsoleListener An exception occurred processing Appender File java.lang.IllegalArgumentException: found 1 argument placeholders, but provided 0 for pattern `0, VisitedIndex{visitedIndexes={}}: [] r:0` at org.apache.logging.log4j.message.ParameterFormatter.formatMessage(ParameterFormatter.java:233) ``` https://github.com/apache/spark/actions/runs/7460093200/job/20297508703 ``` test_map_in_pandas_with_column_vector (pyspark.sql.tests.connect.test_parity_pandas_map.MapInPandasParityTests) ... ERROR StatusConsoleListener An exception occurred processing Appender File java.lang.IllegalArgumentException: found 1 argument placeholders, but provided 0 for pattern `0, VisitedIndex{visitedIndexes={}}: [] r:0` at org.apache.logging.log4j.message.ParameterFormatter.formatMessage(ParameterFormatter.java:233) at org.apache.logging.log4j.message.ParameterizedMessage.formatTo(ParameterizedMessage.java:266) at ``` this PR simply attempt to retry it after failures ### Does this PR introduce _any_ user-facing change? no, test-only ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no -- 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]
