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: release-notes.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release Notes
2
2
3
-
## 2022.06 (In Progress)
3
+
## 2022.06
4
4
5
5
#### Fixes / Enhancements
6
6
@@ -37,7 +37,7 @@
37
37
* Fixed an issue where NFS file connections under Remote File connections caused jobs to fail. (#88156)
38
38
* Added File protocol for Spark load for NFS file system.
39
39
* Added nfs:// prefix wile adding a NFS connection.
40
-
*Also use File (file://) protocol with file path f or Spark read.
40
+
*This will prepend the URI with the file:// protocol when an NFS file connection is loaded via Spark.
41
41
* Catalog
42
42
* The Graph option is no longer available in Quick links.
43
43
* Admin
@@ -79,6 +79,9 @@
79
79
80
80
#### Known Limitations
81
81
82
+
* DQ Job
83
+
* When comparing JDBC (target) to remote files such as S3 (source), there is a known Spark bug for "Recursive view detected". 
84
+
* This validate source combination is not possible in 2022.06 using Spark 3.2.
82
85
* Profile
83
86
* Spark does not currently support varchar data types. All varchar data types are converted to String. Other unsupported data types may also be converted incorrectly. 
0 commit comments