yifan-c commented on code in PR #84:
URL: 
https://github.com/apache/cassandra-analytics/pull/84#discussion_r1763634919


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/SidecarProvisionedSSTable.java:
##########
@@ -52,11 +52,12 @@
 public class SidecarProvisionedSSTable extends SSTable
 {
     private static final long serialVersionUID = 6452703925812602832L;
+    @Deprecated // use SSTableCache
     @VisibleForTesting
     public static final Cache<String, byte[]> COMPRESSION_CACHE = 
CacheBuilder.newBuilder()
-                                                                               
.expireAfterAccess(1, TimeUnit.HOURS)
-                                                                               
.maximumSize(2048)
-                                                                               
.build();
+                                                                              
.expireAfterAccess(1, TimeUnit.HOURS)
+                                                                              
.maximumSize(2048)
+                                                                              
.build();

Review Comment:
   Can we just remove it? 



-- 
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: commits-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to