Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from
Closed

Conversation

rnowling
Copy link
Contributor

@rnowling rnowling commented Aug 6, 2014

No description provided.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@mengxr
Copy link
Contributor

mengxr commented Aug 6, 2014

Jenkins, add to whitelist.

@mengxr
Copy link
Contributor

mengxr commented Aug 6, 2014

Jenkins, test this please.

@mengxr
Copy link
Contributor

mengxr commented Aug 6, 2014

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

@rnowling
Copy link
Contributor Author

rnowling commented Aug 6, 2014

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

@SparkQA
Copy link

SparkQA commented Aug 6, 2014

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

SparkQA commented Aug 6, 2014

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
Contributor

mengxr commented Aug 6, 2014

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

@asfgit asfgit closed this in e537b33 Aug 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>

Closes apache#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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants