[GitHub] spark pull request #21530: [spark][pyspark][sql] Correcting code for Documen...

2018-07-05 Thread DaniHoon
Github user DaniHoon closed the pull request at:

https://github.com/apache/spark/pull/21530


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #21530: [spark][pyspark][sql] Correcting code for Documen...

2018-06-11 Thread DaniHoon
GitHub user DaniHoon opened a pull request:

https://github.com/apache/spark/pull/21530

[spark][pyspark][sql] Correcting code for Documentation Strings(PEP8)

## What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)
 Just correcting an unnecessary interval on  [column.py] line 133.  It does 
not fit Documentation Strings(PEP8).

## How was this patch tested?

 Change is not affecting any other code. 

Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/DaniHoon/spark master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/21530.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #21530


commit 5682a10bbf023de8e237ee80775cb0efc05794fe
Author: Danihoon 
Date:   2018-06-11T18:30:59Z

[spark][pyspark][sql] Correcting code for Documentation Strings(PEP8)

 [column.py] There is an unnecessary interval on line 133.
It does not fit PEP8.




---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org