mike-tr-adamson commented on code in PR #2989:
URL: https://github.com/apache/cassandra/pull/2989#discussion_r1431552166


##########
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:
   Apologies. I had meant to update that javadoc and forgot. I've now updated 
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: [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