You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-programming-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1339,7 +1339,7 @@ the following case-insensitive options:
1339
1339
<tr>
1340
1340
<td><code>customDataFrameColumnTypes</code></td>
1341
1341
<td>
1342
-
The DataFrame column data types to use instead of the defaults when reading data from jdbc API. (e.g: <code>"id decimal(38, 0), name string")</code>. The specified types should be valid spark sql data types. This option applies only to reading.
1342
+
The DataFrame column data types to use instead of the defaults when reading data from jdbc API. (e.g: <code>"id DECIMAL(38, 0), name STRING")</code>. The specified types should be valid spark sql data types. This option applies only to reading.
0 commit comments