-
Notifications
You must be signed in to change notification settings - Fork 94
GH-825: Add UUID canonical extension type #903
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
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
lidavidm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See previous PR. It is not sufficient to move the existing files, the "uuid" type used in tests was never meant to implement the canonical type. #824
|
@lidavidm could you take another look? Let me know if anything else is missing |
bodduv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding the canonical type.
vector/src/main/java/org/apache/arrow/vector/complex/impl/UuidWriterImpl.java
Show resolved
Hide resolved
vector/src/main/java/org/apache/arrow/vector/FixedSizeExtensionType.java
Outdated
Show resolved
Hide resolved
|
there are some integration tests failling: It seems the metadata elements when it's a map the order is not maintained. I this a known issue? @lidavidm |
|
It's apache/arrow-go#571 |
|
@lidavidm it was merged, should this be re-run? |
|
@lidavidm anything else missing? |
bodduv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for addressing the comments.
What's Changed
Add Uuid Extension type canonical implementation in Java. The proposed implementation was validated in Dremio engine
Closes #825