Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16512#discussion_r95514721 --- Diff: R/pkg/R/SQLContext.R --- @@ -186,6 +186,8 @@ getDefaultSqlSource <- function() { #' #' @param data an RDD or list or data.frame. #' @param schema a list of column names or named list (StructType), optional. +#' @param samplingRatio Currently not used. +#' @param numPartitions the number of partitions of the SparkDataFrame. --- End diff -- more in the other comment...
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org