aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgatorsmile <gatorsmile@gmail.com>2017-01-30 14:05:53 -0800
committergatorsmile <gatorsmile@gmail.com>2017-01-30 14:05:53 -0800
commitc0eda7e87fe06c5ec8d146829e25f3627f18c529 (patch)
treed33a0d110391986c301aeca0fd36371109e2a40b /docs
parent06fbc3554952bc9ba376b070a4a8f8a81be742fa (diff)
downloadspark-c0eda7e87fe06c5ec8d146829e25f3627f18c529.tar.gz
spark-c0eda7e87fe06c5ec8d146829e25f3627f18c529.tar.bz2
spark-c0eda7e87fe06c5ec8d146829e25f3627f18c529.zip
[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.
Diffstat (limited to 'docs')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index c60088d58c..9cf480caba 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -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.
<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
-the following case-sensitive options:
+the following case-insensitive options:
<table class="table">
<tr><th>Property Name</th><th>Meaning</th></tr>