You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "bereng (via GitHub)" <gi...@apache.org> on 2023/04/21 06:30:28 UTC

[GitHub] [cassandra] bereng commented on a diff in pull request #1891: Cassandra 14227 trunk

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


##########
src/java/org/apache/cassandra/io/sstable/format/SortedTableScrubber.java:
##########
@@ -318,7 +318,12 @@ protected boolean tryAppend(DecoratedKey prevKey, DecoratedKey key, SSTableRewri
      */
     private UnfilteredRowIterator getIterator(DecoratedKey key)
     {
-        RowMergingSSTableIterator rowMergingIterator = new RowMergingSSTableIterator(SSTableIdentityIterator.create(sstable, dataFile, key), outputHandler);
+        RowMergingSSTableIterator rowMergingIterator =new RowMergingSSTableIterator(SSTableIdentityIterator.create(sstable,

Review Comment:
   Done and committed



-- 
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: pr-unsubscribe@cassandra.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org