[SPARK-46282][PYTHON][DOCS] Rename "Spark SQL" page to "DataFrame API"#44766
Closed
itholic wants to merge 4 commits intoapache:masterfrom
Closed
[SPARK-46282][PYTHON][DOCS] Rename "Spark SQL" page to "DataFrame API"#44766itholic wants to merge 4 commits intoapache:masterfrom
itholic wants to merge 4 commits intoapache:masterfrom
Conversation
Contributor
Author
|
Let me close this ticket for now as it seems to be need further discussion. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR proposes to rename "Spark SQL" page to "DataFrame API".
This includes updating the title and any relevant references within the documentation to better highlight the centrality of the DataFrame API in PySpark.
This also includes adding SQL Reference related descriptions and links to the
pyspark.sql.SparkSession.sqlAPI to make it easier for users to use SQL supported by Spark.Why are the changes needed?
The change is needed to more accurately represent the content of the page, which primarily focuses on the DataFrame API – a key aspect of PySpark. Renaming the page to "DataFrame API" emphasizes its importance and utility in the PySpark ecosystem, making the documentation more intuitive and aligned with the common usage and understanding of PySpark's core functionalities.
Does this PR introduce any user-facing change?
No API changes, but user-facing documentation will be updated:
Main
API Reference
SparkSession.sql
How was this patch tested?
Manually build docs.
Was this patch authored or co-authored using generative AI tooling?
No.