-
Notifications
You must be signed in to change notification settings - Fork 10
Add binding for DeserializeArrayCreate. #376
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
Add binding for DeserializeArrayCreate. #376
Conversation
|
You need to temporarily point to your fork TileDB-Go too. |
I guess Theo means that those changes shouldn't be here, but in your fork and you'd like to point to your fork from the other project. |
ypatia
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.
Let's not merge this before we revert the changes in the Core branches - aka before the Core release that introduces that new API is issued.
b3d91d7 to
a20207d
Compare
|
2.28.1 is currently in use on master, the patched core release has been removed from this PR. Once this is merged we can continue with the TileDB-Go release. |
This adds a binding for DeserializeArrayCreate to support deserializing the new ArrayCreateRequest model added in CLOUD-951