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



##########
File path: docs/sql-data-sources-jdbc.md
##########
@@ -39,6 +39,8 @@ following command:
 ./bin/spark-shell --driver-class-path postgresql-9.4.1207.jar --jars 
postgresql-9.4.1207.jar
 {% endhighlight %}
 
+## Data Source Option
+
 Tables from the remote database can be loaded as a DataFrame or Spark SQL 
temporary view using

Review comment:
       `Tables from the remote database can be ... ction properties for logging 
into the data sources` this description isn't about Data source option. Can you 
fix the description such as:
   
   Spark supports the following case-insensitive options for JDBC. The Data 
source options of JDBC can be set via:
   
   the .option/.options methods of
   ...
   
   For connection properties, users can specify the JDBC connection properties 
in the data source options. <code>user</code>; and <code>password</code> are 
normally provided as connection properties for logging into the data sources.




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to