GitHub user nchammas opened a pull request:
https://github.com/apache/spark/pull/14496
[SPARK-16772] [Python] [Docs] Fix API doc references to UDFRegistration +
Update "important classes"
## Proposed Changes
* Update the list of "important classes" in `pyspark.sql` to match 2.0.
* Fix references to `UDFRegistration` so that the class shows up in the
docs. It currently
[doesn't](http://spark.apache.org/docs/latest/api/python/pyspark.sql.html).
* Remove some unnecessary whitespace in the Python RST doc files.
I reused the [existing
JIRA](https://issues.apache.org/jira/browse/SPARK-16772) I created last week
for similar API doc fixes.
## How was this patch tested?
* I ran `lint-python` successfully.
* I ran `make clean build` on the Python docs and confirmed the results are
as expected locally in my browser.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nchammas/spark SPARK-16772-UDFRegistration
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14496.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 #14496
----
commit 62f4f823ed33972d782506f5226b192fc45b1ede
Author: Nicholas Chammas <[email protected]>
Date: 2016-08-04T17:16:31Z
fix references to UDFRegistration
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]