File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,24 @@ See [https://histogrammar.github.io/histogrammar-docs](https://histogrammar.gith
7
7
8
8
This is a Scala implementation for Scala versions 2.10, 2.11, 2.12 and 2.13.
9
9
10
- Latest Scala release: v1.0.20 (April 2022).
10
+ Latest Scala release: v1.0.30 (Dec 2023).
11
+
12
+ Announcements
13
+ =============
14
+
15
+ Spark 3.X
16
+ ---------
17
+
18
+ With Spark 3.X, based on Scala 2.12 or 3.13, make sure to pick up the correct histogrammar jar file:
19
+
20
+ .. code-block:: python
21
+
22
+ spark = SparkSession.builder.config("spark.jars.packages", "io.github.histogrammar: histogrammar_2 .12:1.0.30,io.github.histogrammar: histogrammar-sparksql_2 .12:1.0.30").getOrCreate()
23
+
24
+ For Scala 2.13, in the string above simply replace "2.12" with "2.13".
25
+
26
+ December, 2023
27
+
11
28
12
29
Installation
13
30
============
You can’t perform that action at this time.
0 commit comments