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

#71: Support java.util.UUID natively (as FieldValueType.UUID) #73

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

nvamelichev
Copy link
Collaborator

Note that this makes backward incompatible method signature changes in FieldValue.Tuple (which should not have been used in application code, anyway, but...)

Note that this makes backward incompatible method signature changes in `FieldValue.Tuple`
(which should **not** have been used in application code, anyway, but...)
@nvamelichev nvamelichev requested a review from lavrukov May 30, 2024 18:28
@nvamelichev nvamelichev self-assigned this May 30, 2024
@@ -37,40 +38,46 @@ public class FieldValue {
Instant timestamp;
Tuple tuple;
ByteArray byteArray;
UUID uuid;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: It's time to migrate this class to interface....

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that's a good idea!

Copy link
Contributor

@lavrukov lavrukov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nvamelichev nvamelichev merged commit 443869c into main Jun 1, 2024
1 check passed
@nvamelichev nvamelichev deleted the uuid-as-native-yoj-type branch June 1, 2024 20:14
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

Successfully merging this pull request may close these issues.

2 participants