Skip to content

Conversation

@dragosmg
Copy link
Contributor

@dragosmg dragosmg commented Mar 21, 2022

Update: I have abandoned this PR. The work continues at #12738 and focuses solely on adding bindings for as_date() and as_datetime().


What is this PR trying to do:

  • add bindings for lubridate::as_date() and lubridate::as_datetime()
  • reorganise the datetime bindings by:
    • creating register_bindings_datetime_helpers() which brings together the datetime coercion functions
    • move difftime functions to register_bindings_duration()

@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@dragosmg dragosmg force-pushed the lubridate_as_date_as_datetime branch from f58d47c to 76803ee Compare March 28, 2022 13:42
@dragosmg dragosmg marked this pull request as ready for review March 28, 2022 16:16
Copy link
Member

@jonkeane jonkeane left a comment

Choose a reason for hiding this comment

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

This isn't really possible without a lot of extra work, but for the future: when moving lots of stuff around like this, it can be helpful to do the reorganization as either the first or the last commit, so that the real diff can be seen more easily.

For the stuff that is being moved around, you did just that, move them around without changing the functionality, yeah? The only new functionality is as_date, as_datetime and the corresponding tests, yeah?

@dragosmg dragosmg changed the title ARROW-15800 [R] bindings for lubridate::as_date() and lubridate::as_datetime() ARROW-15800 [R] bindings for lubridate::as_date() and lubridate::as_datetime() - abandoned Mar 28, 2022
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.

2 participants