Skip to content

[Backport release-2.28] Update array create to pass the storage path in payload (#5565) #5582

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

Merged
merged 14 commits into from
Jul 11, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 11, 2025

In the new Server the storage path should not be passed in the request endpoint URL, so we need to specify it in the request payload. In Group create case this was already implemented, but for arrays it was not.

This PR fixes it by introducing a new capnp message, array_create_request, to be used with the new TileDB server only. This new message will include, along with array_schema, a storage_uri that will be indicating to the server where the physical storage of the array will be.


TYPE: IMPROVEMENT
DESC: Update array create to pass the storage path in payload

@ypatia ypatia closed this Jul 11, 2025
@ypatia ypatia reopened this Jul 11, 2025
@ypatia ypatia merged commit a8573d1 into release-2.28 Jul 11, 2025
58 checks passed
@ypatia ypatia deleted the backport/pr-5565-to-release-2.28 branch July 11, 2025 12:17
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.

3 participants