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 3049C200C91 for ; Thu, 4 May 2017 06:29:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2EE73160BC6; Thu, 4 May 2017 04:29:04 +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 51113160BB5 for ; Thu, 4 May 2017 06:29:03 +0200 (CEST) Received: (qmail 12860 invoked by uid 500); 4 May 2017 04:29:02 -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 12783 invoked by uid 99); 4 May 2017 04:29:02 -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; Thu, 04 May 2017 04:29:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C833BE04F2; Thu, 4 May 2017 04:29:01 +0000 (UTC) From: felixcheung To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request #17851: [SPARK-20585][SPARKR] R generic hint support Content-Type: text/plain Message-Id: <20170504042901.C833BE04F2@git1-us-west.apache.org> Date: Thu, 4 May 2017 04:29:01 +0000 (UTC) archived-at: Thu, 04 May 2017 04:29:04 -0000 Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17851#discussion_r114698221 --- Diff: R/pkg/R/DataFrame.R --- @@ -3715,3 +3715,34 @@ setMethod("rollup", sgd <- callJMethod(x@sdf, "rollup", jcol) groupedData(sgd) }) + +#' hint +#' +#' Specifies execution plan hint on the current SparkDataFrame. +#' +#' @param x a SparkDataFrame. +#' @param name a name of the hint. +#' @param ... additional argument(s) passed to the method. +#' --- End diff -- nit: remove empty line --- 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