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

Remove Array::get_max_buffer_sizes. #5292

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Conversation

robertbindar
Copy link
Contributor

@robertbindar robertbindar commented Sep 9, 2024

This PR removes all the code associated with Array::get_max_buffer_sizes.
This means Array bookkeeping members, functions for calculating maximum buffer sizes based on a subarray, capnp struct, rest client functions.
The tiledb_serialize_array_max_buffer_sizes C API was kept until downstreams migrate, but its implementation was updated to always fail.
Soon will follow a PR in the REST server for removing the handling code of this request.


TYPE: NO_HISTORY

@robertbindar
Copy link
Contributor Author

robertbindar commented Sep 9, 2024

@robertbindar robertbindar force-pushed the rbin/ch54658/remove_maxbuffersizes branch from c857b28 to f8c6a2e Compare September 10, 2024 09:21
@robertbindar

This comment was marked as outdated.

Copy link
Member

@teo-tsirpanis teo-tsirpanis left a comment

Choose a reason for hiding this comment

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

Nice!

tiledb/sm/serialization/tiledb-rest.capnp Show resolved Hide resolved
tiledb/sm/serialization/tiledb-rest.capnp Show resolved Hide resolved
@teo-tsirpanis teo-tsirpanis force-pushed the rbin/ch54658/remove_maxbuffersizes branch 2 times, most recently from 021cf66 to beaf5b1 Compare September 16, 2024 14:33
@teo-tsirpanis teo-tsirpanis changed the title ByeBye Array::get_max_buffer_sizes Remove Array::get_max_buffer_sizes. Sep 16, 2024
@teo-tsirpanis teo-tsirpanis force-pushed the rbin/ch54658/remove_maxbuffersizes branch from beaf5b1 to 0658a54 Compare September 23, 2024 18:32
@teo-tsirpanis
Copy link
Member

@ihnorton @ypatia can you review this?

@teo-tsirpanis teo-tsirpanis requested review from shaunrd0 and removed request for KiterLuc October 17, 2024 14:37
Copy link
Contributor

@shaunrd0 shaunrd0 left a comment

Choose a reason for hiding this comment

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

Just removed an old unit test, will merge after TileDB-Inc/TileDB-Go#349 👍

@shaunrd0 shaunrd0 merged commit 3eeba4b into dev Oct 17, 2024
63 checks passed
@shaunrd0 shaunrd0 deleted the rbin/ch54658/remove_maxbuffersizes branch October 17, 2024 19:46
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.

4 participants