Skip to content

Release 1.4.0

Compare
Choose a tag to compare
@pkolaczk pkolaczk released this 17 Sep 18:59
· 1835 commits to master since this release

The first stable release of 1.4 branch.

1.4.0

  • Fixed broken integration tests (SPARKC-247):
    • Fixed Scala reflection race condition in TupleColumnMapper.
    • Fixed dev/run-real-tests script.
    • Fixed CheckpointStreamSpec test.

1.4.0 RC1

  • Added TTL and WRITETIME documentation (SPARKC-244)
  • Reduced the amount of unneccessary error logging in integration tests (SPARKC-223)
  • Fixed Repartition and JWC and Streaming Checkpointing broken by serialization
    errors related to passing RowWriteFactory / DefaultRowWriter (SPARKC-202)
  • Fixed exceptions occuring when performing RDD operations on any.
    CassandraTableScanJavaRDD (SPARKC-236)

1.4.0 M3

  • Fixed UDT column bug in SparkSQL (SPARKC-219)
  • Includes all patches up to release 1.2.5 and 1.3.0
    • Fixed connection caching, changed SSL EnabledAlgorithms to Set (SPARKC-227)

1.4.0 M2

  • Includes some unreleased patches from 1.2.5
    • Changed default query timeout from 12 seconds to 2 minutes (SPARKC-220)
    • Add a configurable delay between subsequent query retries (SPARKC-221)
    • spark.cassandra.output.throughput_mb_per_sec can now be set to a decimal (SPARKC-226)
  • Includes unreleased patches from 1.3.0
    • Remove white spaces in c* connection host string (fix by Noorul Islam K M)
  • Includes all changes up to 1.3.0-RC1.

1.4.0 M1