HTHou commented on a change in pull request #983:
URL: https://github.com/apache/incubator-iotdb/pull/983#discussion_r422654899



##########
File path: server/src/main/java/org/apache/iotdb/db/utils/UpgradeUtils.java
##########
@@ -76,9 +76,13 @@ public static boolean isNeedUpgrade(TsFileResource 
tsFileResource) {
     return false;
   }
 
-  public static String getUpgradeFileName(File upgradeResource) {
-    return upgradeResource.getParentFile().getParent() + File.separator + 
TMP_STRING
-        + File.separator + UPGRADE_FILE_PREFIX + upgradeResource.getName();
+  public static String getOneUpgradedFileName(TsFileResource upgradeResource)

Review comment:
       Fixed




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


Reply via email to