Robert Bindar

Results 20 issues of Robert Bindar

--- TYPE: FEATURE DESC: Add support for remote global order writes

As @snagles reported, the group metadata seems to be written correctly, but it's empty when you try to read it. I managed to reproduce it locally by opening a TileDB...

Refactor 6 almost identical code sequences that are used in `storage_manager.cc` and `array.cc`, also in the new Group API, into an external function. Notes to the reviewers: It might be...

This pre-commit config will enable automatic clang-formatting using the pre-commit bot in GitHub PRs. Here's an example PR on my fork for how this bot would work: https://github.com/robertbindar/TileDB/pull/3 Please note,...

According to the WEBIDL spec [1] we should have an interface type for the custom data object when used with the [SameObject] attribute [2]. [1] http://heycam.github.io/webidl/#SameObject [2] notifications.spec.whatwg.org/#api

This adds a pairwise summation function for floating point types. --- TYPE: FEATURE DESC: Pairwise summation floats

Move `FragmentMetadata::tile_offsets_` to new fragment OndemandMetadata. Kept it as simple as possible so we get early feedback and potentially merge individual work pieces: - This PR is moving only tile_offsets,...

Hi! As part of our efforts to analyze how well we're doing in handling community contributions, MariaDB Foundation ended up using this awesome tool for pulling GitHub activity from MariaDB/server...

When I tried to call the `get_activity` function with for instance `since` set to `2014` and `until` to `2017`, the returned dataframe contained only a part of the real data...