HyukjinKwon commented on a change in pull request #32797:
URL: https://github.com/apache/spark/pull/32797#discussion_r646269483



##########
File path: R/pkg/R/functions.R
##########
@@ -2159,6 +2162,9 @@ setMethod("to_json", signature(x = "Column"),
 #' @details
 #' \code{to_csv}: Converts a column containing a \code{structType} into a 
Column of CSV string.
 #' Resolving the Column can fail if an unsupported type is encountered.
+#' You can find the CSV-specific options for writing CSV files in
+#' 
\href{https://spark.apache.org/docs/latest/sql-data-sources-csv.html#data-source-option}{
+#' Data Source Option} in the version you use.

Review comment:
       You will have to remove it here (and others for functions too), and fix 
the documentation above instead. See 
https://github.com/apache/spark/blob/45ba5a63b35e2e6e501d6288cca8929c773adc45/R/pkg/R/functions.R#L256-L268




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

Reply via email to