blambov commented on code in PR #3695:
URL: https://github.com/apache/cassandra/pull/3695#discussion_r1867599495


##########
src/java/org/apache/cassandra/io/sstable/format/bti/BtiTableReader.java:
##########
@@ -382,27 +380,6 @@ public UnfilteredRowIterator rowIterator(FileDataInput 
dataFileInput,
             return new SSTableIterator(this, dataFileInput, key, indexEntry, 
slices, selectedColumns, rowIndexFile);
     }
 
-    @Override

Review Comment:
   Well, this caused a lot of failures (apparently wrap-around ranges are 
actually used with `DataRange`), so I reverted most of the changes and only 
removed the unused factory methods in the latest commit.



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