Commit 7c76c59
Add commits from master branch to release/2.0.8-spark-3.5 (#587)
* Replace 'withColumns' with 'select' (#582)
'withColumns' was introduced in Spark 3.3, so it won't
work for Deequ's <3.3 builds.
* Replace rdd with dataframe functions in Histogram analyzer (#586)
Co-authored-by: Shriya Vanvari <svanvari@amazon.com>
* Updated version in pom.xml to 2.0.8-spark-3.5 (#578)
Co-authored-by: Yannis Mentekidis <mentekid@amazon.com>
---------
Co-authored-by: Josh <5685731+marcantony@users.noreply.github.com>
Co-authored-by: Shriya Vanvari <vanvari.shriya@gmail.com>
Co-authored-by: Shriya Vanvari <svanvari@amazon.com>
Co-authored-by: Yannis Mentekidis <mentekid@users.noreply.github.com>
Co-authored-by: Yannis Mentekidis <mentekid@amazon.com>1 parent ff3cb69 commit 7c76c59
File tree
2 files changed
+21
-5
lines changed- src/main/scala/com/amazon/deequ
- analyzers
2 files changed
+21
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
88 | 97 | | |
89 | 98 | | |
90 | | - | |
91 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
92 | 107 | | |
93 | 108 | | |
94 | 109 | | |
| |||
0 commit comments