GitHub user MichaelChirico opened a pull request:

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

    Axe deprecated doc refs

    Continuation of #22370. Summary of discussion there:
    
    There is some inconsistency in the R manual w.r.t. supercedent functions 
linking back to deprecated functions.
    
     - `createOrReplaceTempView` and `createTable` both link back to functions 
which are deprecated (`registerTempTable` and `createExternalTable`, 
respectively)
     - `sparkR.session` and `dropTempView` do _not_ link back to deprecated 
functions
    
    This PR takes the view that it is preferable _not_ to link back to 
deprecated functions, and removes these references from 
`?createOrReplaceTempView` and `?createTable`.
    
    As `registerTempTable` was included in the `SparkDataFrame functions` 
`@family` of functions, other documentation pages which included a link to 
`?registerTempTable` will similarly be altered.

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

    $ git pull https://github.com/MichaelChirico/spark axe_deprecated_doc_refs

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

    https://github.com/apache/spark/pull/22393.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 #22393
    
----
commit e8b0d6333a1c09787e1c37a6f91eb895dee8fa72
Author: Michael Chirico <michaelchirico4@...>
Date:   2018-09-09T05:12:27Z

    don't link to deprecated function
    
    Seems misleading to (without qualification) link to a deprecated function

commit 41d6e26de5bb5b546710db51ce278bdd6182434a
Author: Michael Chirico <michael.chirico@...>
Date:   2018-09-11T10:22:45Z

    remove deprecated registerTempTable from SparkDataFrame functions family

----


---

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

Reply via email to