Committers,
Since we've had the 2.1.0 branch around a bit longer than we normally would
this time around, we're starting to run into situations where we want to
commit something to 2.0 and 2.1, but skip 2.1.0. Here's the process to
correctly do that:
First, commit to 2.0 (obviously).
Next, merg
cassandra-all only include cassandra-thift, and previously CFIF (probably
incorrectly) used thrift's IColumn. That said, I suspect it was localized
to cassandra-thrift with some purpose, so just throwing o.a.c.db in there
might not be a good idea, but I don't know since I've never used
cassandra-a
So in 2.0, the signature of ColumnFamilyInputFormat changed from using
IColumn to Cell:
import org.apache.cassandra.db.Cell;
public class ColumnFamilyInputFormat extends
AbstractColumnFamilyInputFormat>
But Cell isn't included in cassandra-all, even though
ColumnFamilyInputFormat is:
object Ce