denis-chudov commented on code in PR #5468: URL: https://github.com/apache/ignite-3/pull/5468#discussion_r2012375413
########## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogHashIndexDescriptorSerializers.java: ########## @@ -43,21 +46,22 @@ static class HashIndexDescriptorSerializerV1 implements CatalogObjectSerializer< public CatalogHashIndexDescriptor readFrom(CatalogObjectDataInput input) throws IOException { int id = input.readVarIntAsInt(); String name = input.readUTF(); - long updateToken = input.readVarInt(); + long updateTimestampLong = input.readVarInt(); Review Comment: We agreed to fix this by reading old token as initial timestamp. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org