Skip to content

Commit

Permalink
Update version numbers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaak committed Dec 26, 2023
1 parent 03c053b commit 70769fe
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,24 @@ See [https://histogrammar.github.io/histogrammar-docs](https://histogrammar.gith

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

Latest Scala release: v1.0.20 (April 2022).
Latest Scala release: v1.0.30 (Dec 2023).

Announcements
=============

Spark 3.X
---------

With Spark 3.X, based on Scala 2.12 or 3.13, make sure to pick up the correct histogrammar jar file:

.. code-block:: python

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()

For Scala 2.13, in the string above simply replace "2.12" with "2.13".

December, 2023


Installation
============
Expand Down

0 comments on commit 70769fe

Please sign in to comment.