We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa2d5c commit 69c3ebbCopy full SHA for 69c3ebb
1 file changed
NEXT_CHANGELOG.md
@@ -32,9 +32,9 @@ upgrading. These changes do not affect metadata on All-Purpose Clusters.
32
33
* **`PreparedStatement.setDate()` now sends parameter type as `DATE` instead of
34
`TIMESTAMP`.** Previously, `setDate()` incorrectly serialized the parameter
35
- type as TIMESTAMP in both Thrift and SEA requests due to a mapping bug.
36
- Server-side behavior is unchanged (Databricks accepts both), but applications
37
- that inspect wire-level parameter types may see the difference.
+ type as TIMESTAMP due to a mapping bug. Server-side behavior is unchanged
+ (Databricks accepts both), but applications that inspect parameter types may
+ see the difference.
38
39
#### Default Behavior Changes
40
0 commit comments