From 33022e3dda4e065e33a5886cc104b665ae8a38b4 Mon Sep 17 00:00:00 2001 From: gatorsmile Date: Sun, 29 Jan 2017 12:41:29 -0800 Subject: [PATCH] fix. --- docs/sql-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index c60088d58cf5..9cf480caba3e 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:
Property NameMeaning