You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/30 00:20:36 UTC

[GitHub] [spark] gatorsmile commented on a change in pull request #28058: [SPARK-31290][R] Add back the deprecated R APIs

gatorsmile commented on a change in pull request #28058: [SPARK-31290][R] Add back the deprecated R APIs
URL: https://github.com/apache/spark/pull/28058#discussion_r399876242
 
 

 ##########
 File path: R/pkg/R/DataFrame.R
 ##########
 @@ -946,6 +973,17 @@ setMethod("write.parquet",
             invisible(handledCallJMethod(write, "parquet", path))
           })
 
+#' @rdname write.parquet
+#' @name saveAsParquetFile
+#' @aliases saveAsParquetFile,SparkDataFrame,character-method
+#' @note saveAsParquetFile since 1.4.0
+setMethod("saveAsParquetFile",
 
 Review comment:
   OK. If pySpark already removed it in 2.0, I think we can get rid of saveAsParquetFile in sparkR in this release too. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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