Skip to content

Commit c0eda7e

Browse files
committed
[SPARK-19396][DOC] JDBC Options are Case In-sensitive
### What changes were proposed in this pull request? The case are not sensitive in JDBC options, after the PR apache#15884 is merged to Spark 2.1. ### How was this patch tested? N/A Author: gatorsmile <[email protected]> Closes apache#16734 from gatorsmile/fixDocCaseInsensitive.
1 parent 06fbc35 commit c0eda7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ Tables from the remote database can be loaded as a DataFrame or Spark SQL tempor
11351135
the Data Sources API. Users can specify the JDBC connection properties in the data source options.
11361136
<code>user</code> and <code>password</code> are normally provided as connection properties for
11371137
logging into the data sources. In addition to the connection properties, Spark also supports
1138-
the following case-sensitive options:
1138+
the following case-insensitive options:
11391139

11401140
<table class="table">
11411141
<tr><th>Property Name</th><th>Meaning</th></tr>

0 commit comments

Comments
 (0)