keith-turner commented on code in PR #4122:
URL: https://github.com/apache/accumulo/pull/4122#discussion_r1460634295


##########
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:
   When `tableInfo.exportedVersion < VERSION_2` is true under what circumstance 
would we expect `StoredTabletFile.fileNeedsConversion(dataFileCQ)` to return 
false?



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