itholic commented on a change in pull request #32797:
URL: https://github.com/apache/spark/pull/32797#discussion_r646304227
##########
File path: R/pkg/R/DataFrame.R
##########
@@ -3731,6 +3743,9 @@ setMethod("histogram",
#'
#' Save the content of the SparkDataFrame to an external database table via
JDBC. Additional JDBC
#' database connection properties can be set (...)
+#' You can find the JDBC-specific option and parameter documentation for
writing tables via JDBC in
+#'
\href{https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html#data-source-option}{
+#' Data Source Option} in the version you use.
Review comment:
I wonder if we also need to to move this to the `param`.
Maybe I don't think we should move this because the description of `param`
is about "database connection properties", not about "data source option",
though
--
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]