Skip to content

[PySpark] Add blanklines to Python docstrings so example code renders correctly - #1808

Closed
rnowling wants to merge 1 commit into
apache:masterfrom
rnowling:pyspark_docs
Closed

[PySpark] Add blanklines to Python docstrings so example code renders correctly#1808
rnowling wants to merge 1 commit into
apache:masterfrom
rnowling:pyspark_docs

Conversation

@rnowling

Copy link
Copy Markdown
Contributor

No description provided.

@AmplabJenkins

Copy link
Copy Markdown

Can one of the admins verify this patch?

@mengxr

Copy link
Copy Markdown
Contributor

Jenkins, add to whitelist.

@mengxr

Copy link
Copy Markdown
Contributor

Jenkins, test this please.

@mengxr

Copy link
Copy Markdown
Contributor

LGTM and waiting for Jenkins ... Does it include all occurrences?

@rnowling

Copy link
Copy Markdown
ContributorAuthor

I looked through the .py files in the pyspark and pyspark/mllib directories and didn't find any others.

@SparkQA

Copy link
Copy Markdown

QA tests have started for PR 1808. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18041/consoleFull

@SparkQA

Copy link
Copy Markdown

QA results for PR 1808:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18041/consoleFull

@mengxr

Copy link
Copy Markdown
Contributor

@rnowling Thanks for checking all py files! I've merged this into both master and branch-1.1.

@asfgitasfgit closed this in e537b33Aug 6, 2014
asfgit pushed a commit that referenced this pull request Aug 6, 2014
… correctly
Author: RJ Nowling <rnowling@gmail.com>
Closes#1808 from rnowling/pyspark_docs and squashes the following commits:
c06d774 [RJ Nowling] Add blanklines to Python docstrings so example code renders correctly
(cherry picked from commit e537b33)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
… correctly
Author: RJ Nowling <rnowling@gmail.com>
Closesapache#1808 from rnowling/pyspark_docs and squashes the following commits:
c06d774 [RJ Nowling] Add blanklines to Python docstrings so example code renders correctly
viirya pushed a commit to viirya/spark-1 that referenced this pull request Oct 19, 2023
… to 3.4) (apache#1808)
* rdar://111235765 ALTER TABLE ... WRITE command (apache#1231) (apache#1466)
This PR cherry-picks the command to set write distribution and ordering in a table.
These changes are needed to allow customers to control the required distribution and ordering in Iceberg.
It adds a new command that will be only supported by the Iceberg data source.
This PR comes with tests.
* rdar://84102488 Support ordering and distribution during table creation (apache#1485)
This PR cherry-picks the ordering and distribution during table creation to 3.2. The same syntax is supported in 3.0 and 3.1.
These changes are needed to define a sort key and distribution in Iceberg tables.
Yes but the changes won't affect anyone except Iceberg users.
This PR comes with tests.
Co-authored-by: Russell Spitzer <russell.spitzer@gmail.com>
Co-authored-by: Anton Okolnychyi <aokolnychyi@apple.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@rnowling@AmplabJenkins@mengxr@SparkQA