blambov commented on PR #2064:
URL: https://github.com/apache/cassandra/pull/2064#issuecomment-1381989273

   One other thing I think we should include in this is breaking the dependency 
loop between `SSTableReader` and `ColumnFamilyStore`. `SSTableReader` is a 
low-level class and should not know how its owner works, and even less about 
how to get hold of its owner via `Schema`.
   
   If necessary, we can introduce an `SSTableReader.Owner` interface (similar 
to `Memtable.Owner`) to expose only functionality it needs.


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