zhengruifeng opened a new pull request, #58885: URL: https://github.com/apache/spark/pull/58885
### What changes were proposed in this pull request? Rename the Python Spark Connect test module from `test_connect_creation.py` to `test_connect_create_dataframe.py`, rename its test class to `SparkConnectCreateDataFrameTests`, and update the PySpark module registry. ### Why are the changes needed? The previous module name was ambiguous. The suite specifically tests the `SparkSession.createDataFrame` API and its Connect local-relation path, so the new name makes its scope explicit. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - `conda run -n spark-dev-313 python -m py_compile dev/sparktestsupport/modules.py python/pyspark/sql/tests/connect/test_connect_create_dataframe.py` - `git diff --check` No runtime behavior changed; this patch only renames the test module and class and updates its registry entry. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5) -- 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]
