Merge branch 'cassandra-3.0' into cassandra-3.1

This commit is contained in:
Robert Stupp 2015-11-16 17:40:05 +01:00
commit 36e7677147
1 changed files with 1 additions and 1 deletions

View File

@ -1371,7 +1371,7 @@ public class AggregationTest extends CQLTester
"INITCOND null");
assertRows(execute("SELECT initcond FROM system_schema.aggregates WHERE keyspace_name=? AND aggregate_name=?", KEYSPACE, shortFunctionName(aggregation)),
row(null));
row((Object) null));
assertRows(execute("SELECT " + aggregation + "(b) FROM %s"),
row(set(7, 8, 9)));