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

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

Merged
merged 4 commits into from Sep 6, 2022

Conversation

eddelbuettel
Copy link
Member

@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

@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.

None yet

2 participants