From c0eda7e87fe06c5ec8d146829e25f3627f18c529 Mon Sep 17 00:00:00 2001 From: gatorsmile Date: Mon, 30 Jan 2017 14:05:53 -0800 Subject: [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 Closes #16734 from gatorsmile/fixDocCaseInsensitive. --- docs/sql-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. user and password 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: -- cgit v1.2.3
Property NameMeaning