Skip to content

Commit

Permalink
SPARKC-686 doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgrabowski committed Jan 29, 2024
1 parent 6835f05 commit 932abd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in your Spark applications.

- Compatible with Apache Cassandra version 2.1 or higher (see table below)
- Compatible with Apache Spark 1.0 through 3.4 ([see table below](#version-compatibility))
- Compatible with Scala 2.11 and 2.12
- Compatible with Scala 2.11, 2.12 and 2.13
- Exposes Cassandra tables as Spark RDDs and Datasets/DataFrames
- Maps table rows to CassandraRow objects or tuples
- Offers customizable object mapper for mapping rows to objects of user-defined classes
Expand Down
2 changes: 1 addition & 1 deletion doc/12_building_and_artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Building

### Scala Versions
You can choose to build, assemble and run both Spark and the Spark Cassandra Connector against Scala 2.11 or 2.12.
You can choose to build, assemble and run both Spark and the Spark Cassandra Connector against Scala 2.11, 2.12 or 2.13.

As of Spark Cassandra Connector 2.5.0 the build defaults to Scala 2.12. To build 2.11 artifacts, use `++2.11.12` switch
in your sbt commands, e.g. `sbt/sbt ++2.11.12 package`.
Expand Down

0 comments on commit 932abd0

Please sign in to comment.