adelapena commented on code in PR #1891:
URL: https://github.com/apache/cassandra/pull/1891#discussion_r1129268385


##########
src/java/org/apache/cassandra/utils/streamhist/StreamingTombstoneHistogramBuilder.java:
##########
@@ -88,15 +91,15 @@ public StreamingTombstoneHistogramBuilder(int maxBinSize, 
int maxSpoolSize, int
      *
      * @param point the point to be added
      */
-    public void update(int point)
+    public void update(long point)

Review Comment:
   Great, thanks. There is another outdated reference to 
`SSTableReader#getDroppableTombstonesBefore(int)` on the class JavaDoc



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

Reply via email to