ctubbsii commented on a change in pull request #1579: Closes #1576: Update
importTable with directory list as Set<String>
URL: https://github.com/apache/accumulo/pull/1579#discussion_r404948537
##########
File path:
server/master/src/main/java/org/apache/accumulo/master/tableOps/tableImport/ImportedTableInfo.java
##########
@@ -38,6 +38,10 @@
static class DirectoryMapping implements Serializable {
private static final long serialVersionUID = 1L;
+ public DirectoryMapping(String exportDir) {
+ this.exportDir = exportDir;
Review comment:
Since the `exportDir` is set in the constructor, can we now make the field
`final`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services