You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by li...@apache.org on 2017/01/30 22:06:00 UTC

spark git commit: [SPARK-19396][DOC] JDBC Options are Case In-sensitive

Repository: spark
Updated Branches:
  refs/heads/master 06fbc3554 -> c0eda7e87


[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 <ga...@gmail.com>

Closes #16734 from gatorsmile/fixDocCaseInsensitive.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c0eda7e8
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c0eda7e8
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c0eda7e8

Branch: refs/heads/master
Commit: c0eda7e87fe06c5ec8d146829e25f3627f18c529
Parents: 06fbc35
Author: gatorsmile <ga...@gmail.com>
Authored: Mon Jan 30 14:05:53 2017 -0800
Committer: gatorsmile <ga...@gmail.com>
Committed: Mon Jan 30 14:05:53 2017 -0800

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c0eda7e8/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index c60088d..9cf480c 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org