You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we can see, the commonlyUseDB in ConfigDescriptor.java file only has IoTDB 110 version in this function.Maybe this is a old code in it, and there is no care for it while adding new IoTDB version so that the funtion about align by device can't be use in the laster IoTDB version.
As we can see, the commonlyUseDB in ConfigDescriptor.java file only has IoTDB 110 version in this function.Maybe this is a old code in it, and there is no care for it while adding new IoTDB version so that the funtion about align by device can't be use in the laster IoTDB version.
The following code may be a reference
Objects.equals(dbVersion, DBVersion.IOTDB_130) || Objects.equals(dbVersion, DBVersion.IOTDB_200)
The text was updated successfully, but these errors were encountered: