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

IGNITE-17830 .NET: Fix Guid serialization to match UUID #1187

Merged
merged 4 commits into from
Oct 10, 2022

Conversation

ptupitsyn
Copy link
Contributor

@ptupitsyn ptupitsyn commented Oct 10, 2022

  • Use the same little-endian UUID format in MessagePack and BinaryTuple.
  • Fix .NET Guid to match Java UUID format so that string representation is the same (important for debugging and logging).

@ptupitsyn ptupitsyn self-assigned this Oct 10, 2022
@ptupitsyn ptupitsyn merged commit 3e2687b into apache:main Oct 10, 2022
@ptupitsyn ptupitsyn deleted the ignite-17830 branch October 10, 2022 16:48
lowka pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Mar 18, 2023
* Use the same little-endian UUID format in MessagePack and BinaryTuple.
* Fix .NET Guid to match Java UUID format so that string representation is the same (important for debugging and logging).
lowka pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Apr 19, 2023
* Use the same little-endian UUID format in MessagePack and BinaryTuple.
* Fix .NET Guid to match Java UUID format so that string representation is the same (important for debugging and logging).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants