Shaun M Reed

Results 12 issues of Shaun M Reed

TYPE: IMPROVEMENT DESC: Add C API documentation entry for `tiledb_array_upgrade_version`

pending-2.12

TYPE: BUG DESC: Fix segfault after schema evolution when reading using `TILEDB_UNORDERED`

--- TYPE: IMPROVEMENT DESC: Added `Config::must_find` marker for use with new `Config::get` signature. Throws `Status_ConfigError` if value cannot be found.

This updates `subarray_from_capnp` to use a C.41 Subarray constructor. --- TYPE: NO_HISTORY DESC: Remove serialization non C.41 constructors from Subarray.

I think I could use another set of eyes here. I'm writing regression test for SC-33912 and struggling to reproduce similar failures based on this [comment](https://app.shortcut.com/tiledb-inc/story/33912/update-tiledb-vcf-to-2-17-0#activity-34021). I wrote some comments...

This adds shape data to FragmentMetadata. The shape data can be set internally using `Query::set_shape` on a dimension index, similar to `Query::add_range`. The shape can be retrieved from an array...

This fixes fragment consolidation to allow using absolute URIs. I ran into this while adding a TileDB-Go binding for `tiledb_array_consolidate_fragments` in [SC-49723](https://app.shortcut.com/tiledb-inc/story/49723/add-tiledb-go-binding-for-tiledb-array-consolidate-fragments) by passing URIs directly from the [FragmentInfo APIs.](https://github.com/TileDB-Inc/TileDB-Go/pull/322/files#diff-c37e5f4dd452918ab7c467ff243d69310dbd1b238b7b717a98871f80cf0fab70R156)...

backport release-2.24

This updates internal `get_array_schema_from_rest` calls to `post_array_schema_from_rest` added in https://github.com/TileDB-Inc/TileDB/pull/4399. This also fixes array schema evolution time traveling issues reported in [SC-49827](https://app.shortcut.com/tiledb-inc/story/49827/multiple-read-errors-on-a-particular-dataframe) caused by [not using timestamps](https://github.com/TileDB-Inc/TileDB/blob/59232b4c4c96ecd1fa949e911f280c9f03fb0b3c/tiledb/sm/rest/rest_client.cc#L268-L269) to open the...

Follow up for #5499 to add URL encoding for the workspace and teamspace components for REST URIs if we are talking to a 3.0 REST server. If we are using...

backport release-2.28

Recently the route for group creation was updated from `{workspace}/{teamspace} POST` to `{workspace}/{teamspace}/{group} POST`. This updates `post_group_create_to_rest` to call the new endpoint if we are not communicating with a legacy...