Skip to content
Snippets Groups Projects
Commit c0eda7e8 authored by gatorsmile's avatar gatorsmile
Browse files

[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 https://github.com/apache/spark/pull/15884 is merged to Spark 2.1.

### How was this patch tested?
N/A

Author: gatorsmile <gatorsmile@gmail.com>

Closes #16734 from gatorsmile/fixDocCaseInsensitive.
parent 06fbc355
No related branches found
No related tags found
No related merge requests found
...@@ -1135,7 +1135,7 @@ Tables from the remote database can be loaded as a DataFrame or Spark SQL tempor ...@@ -1135,7 +1135,7 @@ Tables from the remote database can be loaded as a DataFrame or Spark SQL tempor
the Data Sources API. Users can specify the JDBC connection properties in the data source options. the Data Sources API. 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 <code>user</code> and <code>password</code> are normally provided as connection properties for
logging into the data sources. In addition to the connection properties, Spark also supports logging into the data sources. In addition to the connection properties, Spark also supports
the following case-sensitive options: the following case-insensitive options:
<table class="table"> <table class="table">
<tr><th>Property Name</th><th>Meaning</th></tr> <tr><th>Property Name</th><th>Meaning</th></tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment