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

[pull] dev from TileDB-Inc:dev #131

Merged
merged 4 commits into from
Dec 22, 2023
Merged

[pull] dev from TileDB-Inc:dev #131

merged 4 commits into from
Dec 22, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 18, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Fix issue with `unit_readers` not linking in Debug mode.

This is due to missing object library dependency on `baseline`.

---
TYPE: NO_HISTORY
DESC: Fix issue with `unit_readers` not linking in Debug mode.
@pull pull bot added the ⤵️ pull label Dec 18, 2023
davisp and others added 3 commits December 19, 2023 10:47
There was no check for whether an enumeration was loaded before
attempting to dump it during a call to ArraySchema::dump. Obviously,
dereferencing nullptr is bad so this avoids doing that.

The new output now shows the following when a Enumeration isn't loaded:

```
### Attribute ###
- Name: a
- Type: INT32
- Nullable: false
- Cell val num: 1
- Filters: 0
- Fill value: -2147483648
- Enumeration name: flintstones

### Enumeration ###
- Name: flintstones
- Loaded: false
```

And after calling `load_all_enumerations`:

```
### Attribute ###
- Name: a
- Type: INT32
- Nullable: false
- Cell val num: 1
- Filters: 0
- Fill value: -2147483648
- Enumeration name: flintstones

### Enumeration ###
- Name: flintstones
- Loaded: true
- Type: STRING_ASCII
- Cell Val Num: 4294967295
- Ordered: false
- Element Count: 4
```

---
TYPE: BUG
DESC: Don't segfault in ArraySchema::dump
Update some consolidation tests to run faster after the consolidation
setting change.

---
TYPE: NO_HISTORY
DESC: Make consolidation tests fater.
#4564)

Add function `random_label` to utilize PRNG for random string
generation.
This function is a migration of `random_name` from
`test/support/src/helpers` into `common/random`, which has been modified
to use the PRNG. Excess declarations of in-test `random_name` have been
removed from `tiledb_unit`

---
TYPE: IMPROVEMENT
DESC: Add function random_label to utilize PRNG for random string
generation
@kokizzu kokizzu merged commit 93a464c into kokizzu:dev Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants