mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.1
This commit is contained in:
commit
36e7677147
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue