@@ -11,29 +11,40 @@ arbitrary levels of nesting.
11
11
12
12
Reference the library
13
13
14
- ### Scala 2.11 [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.11/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.11 )
15
-
16
- ```
17
- groupId: za.co.absa
18
- artifactId: spark-hats_2.11
19
- version: 0.2.2
20
- ```
21
-
22
- ### Scala 2.12 [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.12/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.12 )
23
-
24
- ```
25
- groupId: za.co.absa
26
- artifactId: spark-hats_2.12
27
- version: 0.2.2
28
- ```
14
+ <table >
15
+ <tr ><th >Scala 2.11</th ><th >Scala 2.12</th ><th >Scala 2.13</th ></tr >
16
+ <tr >
17
+ <td align =" center " >
18
+ <a href = " https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.11 " ><img src = " https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.11/badge.svg " alt =" Maven Central " ></a ><br >
19
+ </td >
20
+ <td align =" center " >
21
+ <a href = " https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.12 " ><img src = " https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.12/badge.svg " alt =" Maven Central " ></a ><br >
22
+ </td >
23
+ <td align =" center " >
24
+ <a href = " https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.13 " ><img src = " https://maven-badges.herokuapp.com/maven-central/za.co.absa/spark-hats_2.13/badge.svg " alt =" Maven Central " ></a ><br >
25
+ </td >
26
+ </tr >
27
+ <tr >
28
+ <td >
29
+ <pre >groupId: za.co.absa<br >artifactId: spark-hats_2.11<br >version: 0.3.0</pre >
30
+ </td >
31
+ <td >
32
+ <pre >groupId: za.co.absa<br >artifactId: spark-hats_2.12<br >version: 0.3.0</pre >
33
+ </td >
34
+ <td >
35
+ <pre >groupId: za.co.absa<br >artifactId: spark-hats_2.13<br >version: 0.3.0</pre >
36
+ </td >
37
+ </tr >
38
+ </table >
29
39
30
40
Please, use the table below to determine what version of spark-hats to use for Spark compatibility.
31
41
32
42
| spark-hats version | Scala version | Spark version |
33
43
| :------------------:| :-------------:| :---------------:|
34
44
| 0.1.x | 2.11, 2.12 | 2.4.3+ |
35
45
| 0.2.x | 2.11, 2.12 | 2.4.3+ |
36
- | 0.2.x | 2.12 | 3.0.0+ |
46
+ | 0.2.x | 2.12 | 3.0.0+ |
47
+ | 0.3.x | 2.12, 2.13 | 3.0.0+ |
37
48
38
49
To use the extensions you need to add this import to your Spark application or shell:
39
50
``` scala
0 commit comments