This is an automated email from the ASF dual-hosted git repository. djoshi pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 83685418f9061c08af7e59a5b88d1ea14de5c2a9 Merge: 1731e2f c8a40b8 Author: Dinesh A. Joshi <[email protected]> AuthorDate: Tue Jun 23 10:55:22 2020 -0700 Merge branch 'cassandra-3.11' into trunk .../cassandra/db/compaction/CorruptedSSTablesCompactionsTest.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --cc test/unit/org/apache/cassandra/db/compaction/CorruptedSSTablesCompactionsTest.java index 7b10019,231c2b5..95542a1 --- a/test/unit/org/apache/cassandra/db/compaction/CorruptedSSTablesCompactionsTest.java +++ b/test/unit/org/apache/cassandra/db/compaction/CorruptedSSTablesCompactionsTest.java @@@ -149,9 -152,9 +152,9 @@@ public class CorruptedSSTablesCompactio { for (int i = 0; i < ROWS_PER_SSTABLE; i++) { - DecoratedKey key = Util.dk(String.valueOf(i)); + DecoratedKey key = Util.dk(String.valueOf(i), LongType.instance); long timestamp = j * ROWS_PER_SSTABLE + i; - new RowUpdateBuilder(cfs.metadata, timestamp, key.getKey()) + new RowUpdateBuilder(cfs.metadata(), timestamp, key.getKey()) .clustering(Long.valueOf(i)) .add("val", Long.valueOf(i)) .build() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
