EdColeman commented on code in PR #4122:
URL: https://github.com/apache/accumulo/pull/4122#discussion_r1462347182


##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableImport/PopulateMetadataTable.java:
##########
@@ -134,7 +134,7 @@ public Repo<Manager> call(long tid, Manager manager) throws 
Exception {
             if (key.getColumnFamily().equals(DataFileColumnFamily.NAME)) {
               StoredTabletFile exportedRef;
               var dataFileCQ = key.getColumnQualifier().toString();
-              if (tableInfo.exportedVersion == null || 
(tableInfo.exportedVersion < VERSION

Review Comment:
   Removed extra check in 8191010f6



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

Reply via email to