[GitHub] spark pull request #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type...

2017-04-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17688 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type...

2017-04-22 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/17688#discussion_r112823550 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1238,7 +1238,7 @@ def fillna(self, value, subset=None): Value to replace null values

[GitHub] spark pull request #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type...

2017-04-22 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17688#discussion_r112823211 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1238,7 +1238,7 @@ def fillna(self, value, subset=None): Value to replace null values