Skip to content

Commit

Permalink
Added 3.1.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
blinov-ivan committed May 17, 2021
1 parent 579eecc commit 5c091bc
Show file tree
Hide file tree
Showing 5 changed files with 906 additions and 906 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SingleStore Spark Connector
## Version: 3.1.1 [![Continuous Integration](https://circleci.com/gh/memsql/singlestore-spark-connector/tree/master.svg?style=shield)](https://circleci.com/gh/memsql/singlestore-spark-connector) [![License](http://img.shields.io/:license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
## Version: 3.1.2 [![Continuous Integration](https://circleci.com/gh/memsql/singlestore-spark-connector/tree/master.svg?style=shield)](https://circleci.com/gh/memsql/singlestore-spark-connector) [![License](http://img.shields.io/:license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)

## Getting Started

Expand All @@ -13,11 +13,11 @@ spark-packages.org. The group is `com.singlestore` and the artifact is

You can add the connector to your Spark application using: spark-shell, pyspark, or spark-submit
```
$SPARK_HOME/bin/spark-shell --packages com.singlestore:singlestore-spark-connector_2.12:3.1.1-spark-3.0.0
$SPARK_HOME/bin/spark-shell --packages com.singlestore:singlestore-spark-connector_2.12:3.1.2-spark-3.0.0
```

We release three versions of the `singlestore-spark-connector`, one per Spark version.
An example version number is: `3.1.1-spark-3.0.0` which is the 3.1.1
An example version number is: `3.1.2-spark-3.0.0` which is the 3.1.2
version of the connector, compiled and tested against Spark 3.0.0. Make sure
you are using the most recent version of the connector.

Expand Down Expand Up @@ -508,7 +508,7 @@ Happy querying!

## Major changes from the 2.0.0 connector

The SingleStore Spark Connector 3.1.1 has a number of key features and enhancements:
The SingleStore Spark Connector 3.1.2 has a number of key features and enhancements:

* Introduces SQL Optimization & Rewrite for most query shapes and compatible expressions
* Implemented as a native Spark SQL plugin
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val root = project
case "2.4.4" => "scala-sparkv2"
case _ => "scala-sparkv3"
}),
version := s"3.1.1-spark-${sparkVersion}",
version := s"3.1.2-spark-${sparkVersion}",
licenses += "Apache-2.0" -> url(
"http://opensource.org/licenses/Apache-2.0"
),
Expand Down
Loading

0 comments on commit 5c091bc

Please sign in to comment.