DomGarguilo opened a new pull request, #3886: URL: https://github.com/apache/accumulo/pull/3886
Closes #3878 From the ticket there are several actionable points: * rename `filename` to `filepath` * add validation that `filepath` is a tserver + UUID * remove `extent` * add `equals()` and `hashCode()` * figure out whether to remove or handle upgrade of old data format * remove redundant data between metadata table and column qualifier, this might require change in upgrade So far in this PR: * renamed `filename` to `filepath` * removed `extent` * added `equals()` and `hashCode()` * removed `getColumnFamily()` since it was just a wrapper for an existing constant Left to do: * implement filePath validation method * handle old data format * remove redundant data -- 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]
