jacek-lewandowski commented on a change in pull request #890:
URL: https://github.com/apache/cassandra/pull/890#discussion_r579757773



##########
File path: test/unit/org/apache/cassandra/db/filter/ColumnFilterTest.java
##########
@@ -33,20 +38,24 @@
 
 public class ColumnFilterTest
 {
+    private final static Logger logger = 
LoggerFactory.getLogger(ColumnFilterTest.class);
+
     final static ColumnFilter.Serializer serializer = new 
ColumnFilter.Serializer();
 
+    private final Supplier<CFMetaData> metadataSupplier = Suppliers.memoize(() 
-> CFMetaData.Builder

Review comment:
       yes, i think we can do that




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to