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

fix posixct conv back and forth #589

Merged
merged 5 commits into from
Dec 10, 2023
Merged

fix posixct conv back and forth #589

merged 5 commits into from
Dec 10, 2023

Conversation

sorhawell
Copy link
Collaborator

resolves #578

Copy link
Collaborator

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this update.

@sorhawell I tweak the tests. Does this make sense?

Comment on lines +53 to +56
expect_identical(
pl$lit(as.POSIXct("2022-01-01", tz = "GMT"))$to_r(),
as.POSIXct("2022-01-01", tz = "GMT")
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test is the same as the second one

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing regarding data type mapping definitely needs to be improved.
I think we can merge this into a follow-up task for now.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you want but adding a # TODO or removing the identical test takes the same time ;)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created an issue #592

@eitsupi eitsupi merged commit 17feb90 into main Dec 10, 2023
31 checks passed
@eitsupi eitsupi deleted the fix_posixct_conversion branch December 10, 2023 22:38
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.

$rolling() count with temporal window ignores decimal seconds
3 participants