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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]