HyukjinKwon opened a new pull request, #39243: URL: https://github.com/apache/spark/pull/39243
### What changes were proposed in this pull request? This PR is a followup of https://github.com/apache/spark/pull/39193 that: 1. Disables `test_toDF_with_schema_string` back because it aims to test `RDD.toDF` which does not exist in Spark Connect. 2. Disables `test_freqItems` back because `DataFrame.freqItems` does not exist in Spark Connect yet. It was testing regular PySpark's `SparkContext`. ### Why are the changes needed? To avoid having mixed test cases. ### Does this PR introduce _any_ user-facing change? No, test-only. ### How was this patch tested? Manually ran this via IDE. -- 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]
