-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid version vector check logic for backward compatibility (#1105
) This commit modifies the version check logic for operations, as the previous SDK created operations that utilized an empty map for the version vector instead of nil. With the introduction of version vector from v0.5.7, we now need to differentiate between the Concurrent-Causal relationship while still supporting the older operations generated by versions prior to v0.5.6. The adjustment ensures that the logic appropriately processes an empty map for version vector. --------- Co-authored-by: Youngteac Hong <[email protected]>
- Loading branch information
1 parent
2bd6d39
commit 3a615c6
Showing
3 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters