Skip to content

Preview release 1.1.0 alpha 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@pkolaczk pkolaczk released this 10 Oct 16:51
· 2798 commits to master since this release

Changes:

  • Pluggable mechanism for obtaining connections to Cassandra
    Ability to pass custom CassandraConnector to CassandraRDDs (#192)
  • Provided a row reader which allows to create RDDs of pairs of objects as well
    as RDDs of simple objects handled by type converter directly;
    added meaningful compiler messages when invalid type was provided (#88)
  • Fixed serialization problem in CassandraSQLContext by making conf transient (#310)
  • Cleaned up the SBT assembly task and added build documentation (#315)