HyukjinKwon commented on a change in pull request #32797:
URL: https://github.com/apache/spark/pull/32797#discussion_r646267403
##########
File path: R/pkg/R/DataFrame.R
##########
@@ -977,6 +986,9 @@ setMethod("write.parquet",
#' Save the content of the SparkDataFrame in a text file at the specified path.
#' The SparkDataFrame must have only one column of string type with the name
"value".
#' Each row becomes a new line in the output file. The text files will be
encoded as UTF-8.
+#' You can find the text-specific options for writing text files in
+#'
\href{https://spark.apache.org/docs/latest/sql-data-sources-text.html#data-source-option}{
+#' Data Source Option} in the version you use.
Review comment:
this 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]