Skip to content

Preview Release 1.2.0 alpha 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@pkolaczk pkolaczk released this 06 Mar 10:34
· 2450 commits to master since this release

1.2.0 alpha 3

  • Exposed spanBy and spanByKey in Java API (SPARKC-39)
  • Added automatic generation of Cassandra table schema from a Scala type and
    saving an RDD to a new Cassandra table by saveAsCassandraTable method (SPARKC-38)
  • Added support for write throughput limiting (SPARKC-57)
  • Added EmptyCassandraRDD (SPARKC-37)
  • Exposed authConf in CassandraConnector
  • Overridden count() implementation in CassandraRDD which uses native Cassandra count (SPARKC-52)
  • Removed custom Logging class (SPARKC-54)
  • Added support for passing the limit clause to CQL in order to fetch top n results (SPARKC-31)
  • Added support for pushing down order by clause for explicitly specifying an order of rows within
    Cassandra partition (SPARKC-32)
  • Fixed problems when rows are mapped to classes with inherited fields (SPARKC-70)
  • Support for compiling with Scala 2.10 and 2.11 (SPARKC-22)