Skip to content

Tags: eodenyire/spark-alchemy

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Spark 3.2 (swoop-inc#9)

* Bump spark version to 3.2.0
* Bump alchemy version for dependency change
* Code updates for changes to Spark APIs

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Spark 3.1.2 support (swoop-inc#22)

* Spark 3.1.2 support
* Bump version for dependency change

v1.0.0

Toggle v1.0.0's commit message
Upgrades to Spark 3.0.0 and Scala 2.12.11

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Aggregate Knowledge HLL implementation

along with the ability to choose which implementation is used.

* Choose HLL implementation by:
   - SparkSession config OR
   - explicit argument to functions
* Postgres interoperability tests for Aggregate Knowledge HLLs
   - launches Postgres with the HLL extension installed, in a Docker container
* `hll_convert` for converting sketches from StreamLib to Aggregate Knowledge

Also:
* Add code style & apply
* Move release process info to DEVELOPMENT file

v0.3.28

Toggle v0.3.28's commit message
Bump version to 0.3.0 for release

v0.2.20

Toggle v0.2.20's commit message
Adds HyperLogLog++ functions for Spark

Includes native function registration, and a hashing strategy that handles all Spark datatypes

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was signed with the committer’s verified signature.
greglu Greg Lu
Implemented new project structure and release process