Skip to content

Releases: bp/spark-cef-reader

v0.5

20 Aug 16:23
bd121f5
Compare
Choose a tag to compare

It's been a while but we're here with a new release that brings Spark 3.3 support to the library. Jar's are available below.

v0.4

27 Dec 10:43
Compare
Choose a tag to compare

Adds support for Spark 3.2 and brings in the FailureSafeParser from open source spark to work around API compatibility issues with Databricks.

v0.3

22 Jun 13:32
263b865
Compare
Choose a tag to compare

Update to include Spark 3.1.2 and uplift package versions

v0.3 Release Candidate 1

07 Mar 10:05
37fe799
Compare
Choose a tag to compare
Pre-release

First release candidate for 0.3. The goal of which is to switch from some of the custom coded components and use native spark/hadoop functions instead, as well as tidying up some of the code base.

  • Updates ScalaTest and SBT to latest versions
  • Replace custom code for handling parsing mode with the FailureSafeParser
  • Continue to ensure builds succeed for supported versions of Spark 3

v0.2

04 Mar 07:48
Compare
Choose a tag to compare

This release ensures compatibility with Spark maintenance release 3.0.2, and with the latest release 3.1.1.

Download one of the jar files attached to match the version of Spark you're using

v0.1-SNAPSHOT

31 Jan 12:31
6e0a4ba
Compare
Choose a tag to compare

Initial release of the CEF data source for Spark 3.0.1 and Scala 2.12. There are some outstanding items which need to be cleaned up, but this is suitable for testing and deployment to production systems. Once the clean-up has been completed this will move to a none snapshot release.