pkolaczk commented on code in PR #2460:
URL: https://github.com/apache/cassandra/pull/2460#discussion_r1252788006
##########
src/java/org/apache/cassandra/index/sai/IndexContext.java:
##########
@@ -160,7 +160,7 @@ public IndexMetadata getIndexMetadata()
/**
* @return A set of SSTables which have attached to them invalid index
components.
*/
- public Collection<SSTableContext>
onSSTableChanged(Collection<SSTableReader> oldSSTables,
Collection<SSTableContext> newSSTables, boolean validate)
+ public Collection<SSTableContext>
onSSTableChanged(Collection<SSTableReader> oldSSTables,
Collection<SSTableContext> newSSTables, IndexValidation validate)
Review Comment:
fixed
##########
src/java/org/apache/cassandra/index/sai/SSTableContextManager.java:
##########
@@ -52,7 +52,7 @@ public class SSTableContextManager
* @return a set of contexts for SSTables with valid per-SSTable
components, and a set of
* SSTables with invalid or missing components
*/
- public Pair<Set<SSTableContext>, Set<SSTableReader>>
update(Collection<SSTableReader> removed, Iterable<SSTableReader> added,
boolean validate)
+ public Pair<Set<SSTableContext>, Set<SSTableReader>>
update(Collection<SSTableReader> removed, Iterable<SSTableReader> added,
IndexValidation validate)
Review Comment:
fixed
--
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]