GitHub user aray reopened a pull request:
https://github.com/apache/spark/pull/18786
[SPARK-21584][SQL][SparkR] Update R method for summary to call new
implementation
## What changes were proposed in this pull request?
SPARK-21100 introduced a new `summary` method to the Scala/Java Dataset API
that included expanded statistics (vs `describe`) and control over which
statistics to compute. Currently in the R API `summary` acts as an alias for
`describe`. This patch updates the R API to call the new `summary` method in
the JVM that includes additional statistics and ability to select which to
compute.
This does not break the current interface as the present `summary` method
does not take additional arguments like `describe` and the output was never
meant to be used programmatically.
## How was this patch tested?
Modified and additional unit tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aray/spark summary-r
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18786.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 #18786
----
commit 210601ab422b7c24159b4042d9c3481f740739bc
Author: Andrew Ray <[email protected]>
Date: 2017-07-28T19:16:11Z
R lang summary
commit e05cdbac7cb23951f0323a4aa4fe9a04cc09b5b7
Author: Andrew Ray <[email protected]>
Date: 2017-07-31T19:43:27Z
doc
commit b8784b476ce36eddb054835724b2ef5426f55387
Author: Andrew Ray <[email protected]>
Date: 2017-07-31T20:06:01Z
remove comment
commit 08f3cf82632b93e27f4fd3d537d7c36cbd288004
Author: Andrew Ray <[email protected]>
Date: 2017-08-01T14:32:07Z
address doc formatting comments
----
---
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]