@@ -60,13 +60,13 @@ The Almaren Framework provides a simplified consistent minimalistic layer over A
60
60
To add Almaren Framework dependency to your sbt build:
61
61
62
62
```
63
- libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.9 -3.2"
63
+ libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.10 -3.2"
64
64
```
65
65
66
66
To run in spark-shell:
67
67
68
68
```
69
- spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9 -3.2"
69
+ spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10 -3.2"
70
70
```
71
71
72
72
@@ -76,14 +76,14 @@ repository.
76
76
77
77
| version | Connector Artifact |
78
78
| ----------------------------| ------------------------------------------------------------------|
79
- | Spark 3.4.x and scala 2.13 | ` com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9 -3.4 ` |
80
- | Spark 3.4.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9 -3.4 ` |
81
- | Spark 3.3.x and scala 2.13 | ` com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9 -3.3 ` |
82
- | Spark 3.3.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9 -3.3 ` |
83
- | Spark 3.2.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9 -3.2 ` |
84
- | Spark 3.1.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9 -3.1 ` |
85
- | Spark 2.4.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9 -2.4 ` |
86
- | Spark 2.4.x and scala 2.11 | ` com.github.music-of-the-ainur:almaren-framework_2.11:0.9.9 -2.4 ` |
79
+ | Spark 3.4.x and scala 2.13 | ` com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10 -3.4 ` |
80
+ | Spark 3.4.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10 -3.4 ` |
81
+ | Spark 3.3.x and scala 2.13 | ` com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10 -3.3 ` |
82
+ | Spark 3.3.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10 -3.3 ` |
83
+ | Spark 3.2.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10 -3.2 ` |
84
+ | Spark 3.1.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10 -3.1 ` |
85
+ | Spark 2.4.x and scala 2.12 | ` com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10 -2.4 ` |
86
+ | Spark 2.4.x and scala 2.11 | ` com.github.music-of-the-ainur:almaren-framework_2.11:0.9.10 -2.4 ` |
87
87
88
88
### Batch Example
89
89
``` scala
0 commit comments