cshannon commented on code in PR #3417:
URL: https://github.com/apache/accumulo/pull/3417#discussion_r1207939772
##########
core/src/main/java/org/apache/accumulo/core/metadata/StoredTabletFile.java:
##########
@@ -60,6 +65,22 @@ public Text getMetaUpdateDeleteText() {
return new Text(getMetaUpdateDelete());
}
+ public TabletFile getTabletFile() {
+ return tabletFile;
+ }
+
+ public TableId getTableId() {
+ return tabletFile.getTableId();
+ }
+
+ public String getPathStr() {
+ return tabletFile.getPathStr();
+ }
+
+ public Text getMetaInsertText() {
+ return tabletFile.getMetaInsertText();
+ }
Review Comment:
Once #3432 is merged I will update this PR to remove this as that PR removes
the only reference to this.
--
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]