wchevreuil commented on a change in pull request #3389:
URL: https://github.com/apache/hbase/pull/3389#discussion_r663837361
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
##########
@@ -431,7 +437,7 @@ public static long determineTTLFromFamily(final
ColumnFamilyDescriptor family) {
return ttl;
}
- StoreContext getStoreContext() {
+ public StoreContext getStoreContext() {
Review comment:
Honestly, I can't remember now why I had duplicated `cryptoContext` on
`HStore` here, when it's already defined on `StoreContext`. It doesn't seem
correct to me now, let me remove. The need to expose `getStoreContext` as
`public` stands, though, as we need that from the
`DirectStoreCompactor.createWriterInFamilyDir`, which is in a separate package.
--
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]