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

ARROW-11988: [C++][Gandiva] Implements last_day function #9727

Closed

Conversation

anthonylouisbsb
Copy link
Contributor

Implements the last_day function inside the Gandiva. The function gets a timestamp and returns the date of the last day of the month defined in timestamp.

JIRA issue: https://issues.apache.org/jira/browse/ARROW-11988

@github-actions
Copy link

@kou kou changed the title ARROW-11988: [C++] Implements last_day function inside the Gandiva ARROW-11988: [C++][Gandiva] Implements last_day function Mar 17, 2021
@anthonylouisbsb anthonylouisbsb force-pushed the feature/add-last-day-function branch 3 times, most recently from d2d41d2 to cb8300a Compare March 19, 2021 12:25
projjal pushed a commit to projjal/arrow that referenced this pull request Apr 21, 2021
Implements the `last_day` function inside the Gandiva. The function gets a timestamp and returns the date of the last day of the month defined in timestamp.

JIRA issue: https://issues.apache.org/jira/browse/ARROW-11988

Closes apache#9727 from anthonylouisbsb/feature/add-last-day-function and squashes the following commits:

9f22dc3 <Anthony Louis> Fix problems with formatter
3cdb3c5 <Anthony Louis> Fix linter warnings about the line length
95bb36e <Anthony Louis> Fix identation for code
21b504f <Anthony Louis> Fix integration tests for last day function
7abc05e <Anthony Louis> Add integration test for last day function
e017ceb <Anthony Louis> Add functions to retrieve last day inside the registry
c87e248 <Anthony Louis> Add macro for last_day func
3be2982 <Anthony Louis> Add unit test for the las day method
9dbb501 <Anthony Louis> Create method to retrieve last time for timestamp

Authored-by: Anthony Louis <anthony@simbioseventures.com>
Signed-off-by: Praveen <praveen@dremio.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
Implements the `last_day` function inside the Gandiva. The function gets a timestamp and returns the date of the last day of the month defined in timestamp.

JIRA issue: https://issues.apache.org/jira/browse/ARROW-11988

Closes apache#9727 from anthonylouisbsb/feature/add-last-day-function and squashes the following commits:

9f22dc3 <Anthony Louis> Fix problems with formatter
3cdb3c5 <Anthony Louis> Fix linter warnings about the line length
95bb36e <Anthony Louis> Fix identation for code
21b504f <Anthony Louis> Fix integration tests for last day function
7abc05e <Anthony Louis> Add integration test for last day function
e017ceb <Anthony Louis> Add functions to retrieve last day inside the registry
c87e248 <Anthony Louis> Add macro for last_day func
3be2982 <Anthony Louis> Add unit test for the las day method
9dbb501 <Anthony Louis> Create method to retrieve last time for timestamp

Authored-by: Anthony Louis <anthony@simbioseventures.com>
Signed-off-by: Praveen <praveen@dremio.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 10, 2021
Implements the `last_day` function inside the Gandiva. The function gets a timestamp and returns the date of the last day of the month defined in timestamp.

JIRA issue: https://issues.apache.org/jira/browse/ARROW-11988

Closes apache#9727 from anthonylouisbsb/feature/add-last-day-function and squashes the following commits:

9f22dc3 <Anthony Louis> Fix problems with formatter
3cdb3c5 <Anthony Louis> Fix linter warnings about the line length
95bb36e <Anthony Louis> Fix identation for code
21b504f <Anthony Louis> Fix integration tests for last day function
7abc05e <Anthony Louis> Add integration test for last day function
e017ceb <Anthony Louis> Add functions to retrieve last day inside the registry
c87e248 <Anthony Louis> Add macro for last_day func
3be2982 <Anthony Louis> Add unit test for the las day method
9dbb501 <Anthony Louis> Create method to retrieve last time for timestamp

Authored-by: Anthony Louis <anthony@simbioseventures.com>
Signed-off-by: Praveen <praveen@dremio.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
Implements the `last_day` function inside the Gandiva. The function gets a timestamp and returns the date of the last day of the month defined in timestamp.

JIRA issue: https://issues.apache.org/jira/browse/ARROW-11988

Closes apache#9727 from anthonylouisbsb/feature/add-last-day-function and squashes the following commits:

9f22dc3 <Anthony Louis> Fix problems with formatter
3cdb3c5 <Anthony Louis> Fix linter warnings about the line length
95bb36e <Anthony Louis> Fix identation for code
21b504f <Anthony Louis> Fix integration tests for last day function
7abc05e <Anthony Louis> Add integration test for last day function
e017ceb <Anthony Louis> Add functions to retrieve last day inside the registry
c87e248 <Anthony Louis> Add macro for last_day func
3be2982 <Anthony Louis> Add unit test for the las day method
9dbb501 <Anthony Louis> Create method to retrieve last time for timestamp

Authored-by: Anthony Louis <anthony@simbioseventures.com>
Signed-off-by: Praveen <praveen@dremio.com>
@anthonylouisbsb anthonylouisbsb deleted the feature/add-last-day-function branch February 2, 2022 19:00
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.

None yet

2 participants