maedhroz commented on code in PR #2267:
URL: https://github.com/apache/cassandra/pull/2267#discussion_r1185315173
##########
test/unit/org/apache/cassandra/schema/MockSchema.java:
##########
@@ -163,6 +168,14 @@ public static SSTableReader sstable(int generation, int
size, boolean keepRef, l
public static SSTableReader sstable(int generation, int size, boolean
keepRef, long firstToken, long lastToken, int level, ColumnFamilyStore cfs, int
minLocalDeletionTime, long timestamp)
{
+ try (DataOutputStreamPlus out =
tempFile.newOutputStream(File.WriteMode.OVERWRITE))
+ {
+ out.write(new byte[10]);
Review Comment:
What does this do?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]