Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hive V2.2.3 CollectionBox data corruption #1323

Open
ZhuangXiongfei opened this issue Dec 9, 2024 · 0 comments
Open

Hive V2.2.3 CollectionBox data corruption #1323

ZhuangXiongfei opened this issue Dec 9, 2024 · 0 comments

Comments

@ZhuangXiongfei
Copy link

ZhuangXiongfei commented Dec 9, 2024

When I run the code below on Windows 10:

obj.id = 124496586407126791;
await _box.put('${obj.id}', obj);
print('${(await _box.get('${obj.id}'))!.id}');

The obj.id is an int, and the print is different: 124496586407126784.
And 124500805986995508 -> 124500805986995504,
124502169708373100 -> 124502169708373104,
124502323013866878 -> 124502323013866880,
124502431929374811 -> 124502431929374816 etc.
Can any one help me out of this? Thanks in advance.

@ZhuangXiongfei ZhuangXiongfei changed the title Hive CollectionBox data corruption Hive V2.2.3 CollectionBox data corruption Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant