HyukjinKwon commented on a change in pull request #32835:
URL: https://github.com/apache/spark/pull/32835#discussion_r648794345
##########
File path: python/docs/source/user_guide/pandas_on_spark/from_to_dbms.rst
##########
@@ -18,7 +18,7 @@ The APIs to read/write from/to external DBMSes are as follows:
..
TODO: we should implement and document `DataFrame.to_sql`.
-Koalas needs a canonical JDBC URL for ``con``, and is able to take extra
keyword arguments for `the options in PySpark JDBC APIs
<https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html>`_:
+Pandas APIs on Spark needs a canonical JDBC URL for ``con``, and is able to
take extra keyword arguments for `the options in PySpark JDBC APIs
<https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html>`_:
Review comment:
```suggestion
Pandas APIs on Spark need a canonical JDBC URL for ``con``, and is able to
take extra keyword arguments for `the options in PySpark JDBC APIs
<https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html>`_:
```
--
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]