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

Update tile_extent getter #577

Merged
merged 2 commits into from
Jul 29, 2023
Merged

Update tile_extent getter #577

merged 2 commits into from
Jul 29, 2023

Conversation

eddelbuettel
Copy link
Contributor

@eddelbuettel eddelbuettel commented Jul 29, 2023

When accessing a VCF array it was observed that a perfectly valid uint32_t tile extent could not be retrieved to an existing and somewhat overly restrictive check in the extent getter. This PR updates it by switching to larger data types (with warning) as needed allowing processing of such arrays.

The PR also removes one filter test which cannot be applied to float data, this is unrelated to the change above and more likely to a change in TileDB Embedded.

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #32283: Refine tile extent retrieval.

@eddelbuettel eddelbuettel changed the title Update tile_extend getter Update tile_extent getter Jul 29, 2023
@eddelbuettel eddelbuettel merged commit a9a1052 into master Jul 29, 2023
1 check passed
@eddelbuettel eddelbuettel deleted the de/sc-32283/tile_extent branch July 29, 2023 15:08
@eddelbuettel eddelbuettel mentioned this pull request Jul 31, 2023
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.

2 participants