You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by fe...@apache.org on 2016/08/24 17:40:15 UTC

spark git commit: [SPARKR][MINOR] Fix doc for show method

Repository: spark
Updated Branches:
  refs/heads/master 45b786aca -> d2932a0e9


[SPARKR][MINOR] Fix doc for show method

## What changes were proposed in this pull request?

The original doc of `show` put methods for multiple classes together but the text only talks about `SparkDataFrame`. This PR tries to fix this problem.

## How was this patch tested?

Manual test.

Author: Junyang Qian <ju...@databricks.com>

Closes #14776 from junyangq/SPARK-FixShowDoc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d2932a0e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d2932a0e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d2932a0e

Branch: refs/heads/master
Commit: d2932a0e987132c694ed59515b7c77adaad052e6
Parents: 45b786a
Author: Junyang Qian <ju...@databricks.com>
Authored: Wed Aug 24 10:40:09 2016 -0700
Committer: Felix Cheung <fe...@apache.org>
Committed: Wed Aug 24 10:40:09 2016 -0700

----------------------------------------------------------------------
 R/pkg/R/DataFrame.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d2932a0e/R/pkg/R/DataFrame.R
----------------------------------------------------------------------
diff --git a/R/pkg/R/DataFrame.R b/R/pkg/R/DataFrame.R
index 52a6628..e12b58e 100644
--- a/R/pkg/R/DataFrame.R
+++ b/R/pkg/R/DataFrame.R
@@ -212,9 +212,9 @@ setMethod("showDF",
 
 #' show
 #'
-#' Print the SparkDataFrame column names and types
+#' Print class and type information of a Spark object.
 #'
-#' @param object a SparkDataFrame.
+#' @param object a Spark object. Can be a SparkDataFrame, Column, GroupedData, WindowSpec.
 #'
 #' @family SparkDataFrame functions
 #' @rdname show


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org