Skip to content

Commit 33022e3

Browse files
committed
fix.
1 parent 1b5ee20 commit 33022e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ Tables from the remote database can be loaded as a DataFrame or Spark SQL tempor
11351135
the Data Sources API. Users can specify the JDBC connection properties in the data source options.
11361136
<code>user</code> and <code>password</code> are normally provided as connection properties for
11371137
logging into the data sources. In addition to the connection properties, Spark also supports
1138-
the following case-sensitive options:
1138+
the following case-insensitive options:
11391139

11401140
<table class="table">
11411141
<tr><th>Property Name</th><th>Meaning</th></tr>

0 commit comments

Comments
 (0)