Ypatia Tsavliri
Ypatia Tsavliri
#2844 introduced a new Cap'n'p object for `Array` class that is serializing among others `array_schema_all_` field. However, #2923 introduced a regression by removing (by mistake?) the line that sets the...
This PR groups some improvements on testing infra for REST tests: - Introduce class `VFSTestSetup` as an easy way to set up an integration test in `tiledb_unit` for all VFSs...
This is part2 of https://github.com/TileDB-Inc/TileDB/pull/4534 , adding the `rest_client` part. The REST route needs to be added on the Cloud side (the actual route needs confirmation/specification from the Cloud team...
This is part2 of https://github.com/TileDB-Inc/TileDB/pull/4516 , adding the `rest_client` part. The REST route needs to be added on the Cloud side (the actual route needs confirmation/specification from the Cloud team)....
For some inexplicable reason I thought `rest.resubmit_incomplete` config variable wasn't used anymore and removed it in https://github.com/TileDB-Inc/TileDB/pull/3879 . This PR is for reverting this change. --- TYPE: IMPROVEMENT DESC: Restore...
[sc-47129 ](https://app.shortcut.com/tiledb-inc/story/47129/add-array-uri-to-tiledb-array-deserialize ) Today `tiledb_array_deserialize` is using a hardcoded uri name (`"deserialized_array"`) , whereas `tiledb_deserialize_query_and_array` is requiring the actual `array_uri` as an argument. The former is problematic for wrapping those...
[sc-48774] This PR implements the needed changes on Core side for supporting fragment list cloud consolidation for `tiledb://` arrays. In order for this feature to work end-to-end changes are also...
For C-API tracing, we ended up using tags instead of config to store trace context for Jaeger traces, because we needed that to be mutable (to be able to update...
Nightlies have been failing often on MacOS and ubuntu machines. I have reproduced locally on my laptop as well. This is fixing the flaky behavior by making sure we remove...
https://github.com/TileDB-Inc/TileDB/pull/3267 erroneously removed the option to perform consolidation without timestamps [sc-18605]. This PR restores that config as the option to not retain timestamps when consolidating is still a valuable one...