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


##########
src/java/org/apache/cassandra/index/sai/utils/TermsIterator.java:
##########
@@ -32,13 +31,8 @@
  * Term enumerations are always ordered by their {@link ByteSource}.
  */
 @NotThreadSafe
-public interface TermsIterator extends Iterator<ByteComparable>, Closeable
+public interface TermsIterator extends Iterator<IndexEntry>, Closeable
 {
-    /**
-     * Get {@link PostingList} for the current term.
-     */
-    PostingList postings();

Review Comment:
   Removing this method makes the first line in the class Javadoc a bit 
obsolete.



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