Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 777E3200B6D for ; Tue, 9 Aug 2016 03:05:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 75F1D160AB3; Tue, 9 Aug 2016 01:05:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B8354160A91 for ; Tue, 9 Aug 2016 03:05:04 +0200 (CEST) Received: (qmail 7820 invoked by uid 500); 9 Aug 2016 01:05:03 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 7809 invoked by uid 99); 9 Aug 2016 01:05:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 01:05:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 78981E03C0; Tue, 9 Aug 2016 01:05:03 +0000 (UTC) From: junyangq To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request #14522: [Spark-16508][SparkR] Split docs for arrange and ... Content-Type: text/plain Message-Id: <20160809010503.78981E03C0@git1-us-west.apache.org> Date: Tue, 9 Aug 2016 01:05:03 +0000 (UTC) archived-at: Tue, 09 Aug 2016 01:05:05 -0000 Github user junyangq commented on a diff in the pull request: https://github.com/apache/spark/pull/14522#discussion_r73983727 --- Diff: R/pkg/R/generics.R --- @@ -771,6 +771,10 @@ setGeneric("over", function(x, window) { standardGeneric("over") }) ###################### WindowSpec Methods ########################## +#' @rdname orderBy +#' @export --- End diff -- Perhaps to orderBy? When applied to SparkDataFrame, it simply calls the arrange function. --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org