HyukjinKwon 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_r399743329
 
 

 ##########
 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:
   Are we sure we want to keep this too? Scala and PySpark sides don't have it 
either as of SPARK-12600 cc @rxin and @marmbrus 
   
   
https://github.com/apache/spark/commit/77ab49b8575d2ebd678065fa70b0343d532ab9c2#diff-c3d0394b2fc08fb2842ff0362a5ac6c9

----------------------------------------------------------------
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]

Reply via email to