dongjoon-hyun commented on a change in pull request #32745:
URL: https://github.com/apache/spark/pull/32745#discussion_r645306641
##########
File path: docs/sql-data-sources-jdbc.md
##########
@@ -43,34 +43,39 @@ following command:
Spark supports the following case-insensitive options for JDBC. The Data
source options of JDBC can be set via:
* the `.option`/`.options` methods of
- * `DataFrameReader`
- * `DataFrameWriter`
+ * `DataFrameReader`
+ * `DataFrameWriter`
* `OPTIONS` clause at [CREATE TABLE USING
DATA_SOURCE](sql-ref-syntax-ddl-create-table-datasource.html)
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.
<table class="table">
- <tr><th>Property Name</th><th>Meaning</th></tr>
+ <tr><th><b>Property
Name</b></th><th><b>Default</b></th><th><b>Meaning</b></th><th><b>Scope</b></th></tr>
Review comment:
Thank you for checking! Looks better. 😄
--
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]