Skip to content

Allow large int64_t values in domain and extent to be printed (closes #464)#465

Merged
eddelbuettel merged 4 commits intomasterfrom
de/sc-21241/show_int64dim
Sep 6, 2022
Merged

Allow large int64_t values in domain and extent to be printed (closes #464)#465
eddelbuettel merged 4 commits intomasterfrom
de/sc-21241/show_int64dim

Conversation

@eddelbuettel
Copy link
Copy Markdown
Contributor

@eddelbuettel eddelbuettel commented Sep 5, 2022

This PR allows domain / dim values (and tile extent) in int64_t data types (and the datetime types using int64_t) to be displayed by the show() methods. Previously, large values were not returned and errored whereas smaller ones were returned as int. Now we return integer64 for the larger ones which R can handle.

No added code, but altered behavior dependent

@shortcut-integration
Copy link
Copy Markdown

@eddelbuettel eddelbuettel merged commit eeb605c into master Sep 6, 2022
@eddelbuettel eddelbuettel deleted the de/sc-21241/show_int64dim branch September 6, 2022 12:26
@eddelbuettel eddelbuettel mentioned this pull request Oct 21, 2022
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