mirror of https://github.com/apache/cassandra
ninja-fix javac warning
This commit is contained in:
parent
c2320c92fd
commit
c0480d8bbd
|
|
@ -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