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: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,14 @@
6
6
7
7
#### New Features
8
8
9
+
- Added support for ingestion with Snowflake UDTF to databricks in `DataFrameReader.dbapi` (PrPr).
9
10
- Added support for Mysql in `DataFrameWriter.dbapi` (PrPr).
10
11
12
+
#### Bug Fixes
13
+
14
+
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) where the `create_connection` defined as local function was incompatible with multiprocessing.
15
+
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) where databricks `TIMESTAMP` type was converted to Snowflake `TIMESTAMP_NTZ` type which should be `TIMESTAMP_LTZ` type.
16
+
11
17
#### Improvements
12
18
13
19
- Added support for reading XML files with namespaces using `rowTag` and `stripNamespaces` options.
@@ -45,7 +51,6 @@
45
51
46
52
- Fixed a bug in `DataFrameWriter.dbapi` (PrPr) that unicode or double-quoted column name in external database causes error because not quoted correctly.
47
53
- Fixed a bug where named fields in nested OBJECT data could cause errors when containing spaces.
48
-
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) where the `create_connection` defined as local function was incompatible with multiprocessing.
0 commit comments