smiklosovic commented on code in PR #4599:
URL: https://github.com/apache/cassandra/pull/4599#discussion_r2756667918
##########
test/unit/org/apache/cassandra/db/compression/CompressionDictionarySchedulerTest.java:
##########
@@ -64,15 +64,16 @@ public void testScheduleSSTableBasedTrainingWithNoSSTables()
scheduler = new CompressionDictionaryScheduler(KEYSPACE, table, cache,
true);
ColumnFamilyStore cfs =
Keyspace.open(keyspace()).getColumnFamilyStore(table);
- CompressionDictionaryManager manager =
cfs.compressionDictionaryManager();
-
- Set<SSTableReader> sstables = new HashSet<>();
- CompressionDictionaryTrainingConfig config =
createSampleAllTrainingConfig(cfs);
+ try (CompressionDictionaryManager manager =
cfs.compressionDictionaryManager())
Review Comment:
to shut up idea code style
--
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]