Skip to content

Commit

Permalink
CleanupMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellSpitzer committed Aug 12, 2016
1 parent 4207b71 commit 6658d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ object CassandraPartitionGenerator {
conn: CassandraConnector,
tableDef: TableDef,
splitCount: Option[Int],
splitSize: Long): CassandraRDDPartitioner[V, T] = {
splitSize: Long): CassandraPartitionGenerator[V, T] = {

val tokenFactory = getTokenFactory(conn)
new CassandraPartitionGenerator(conn, tableDef, splitCount, splitSize)(tokenFactory)
Expand Down

0 comments on commit 6658d2f

Please sign in to comment.