Skip to content

Commit 70769fe

Browse files
committed
Update version numbers in README
1 parent 03c053b commit 70769fe

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,24 @@ See [https://histogrammar.github.io/histogrammar-docs](https://histogrammar.gith
77

88
This is a Scala implementation for Scala versions 2.10, 2.11, 2.12 and 2.13.
99

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+
1128

1229
Installation
1330
============

0 commit comments

Comments
 (0)