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

Implement ADD_MONTH function #1341

Merged
merged 40 commits into from Sep 2, 2023
Merged

Implement ADD_MONTH function #1341

merged 40 commits into from Sep 2, 2023

Conversation

kite707
Copy link
Contributor

@kite707 kite707 commented Jul 28, 2023

resolve #1291

@panarch panarch added the enhancement New feature or request label Jul 29, 2023
@kite707 kite707 marked this pull request as ready for review August 21, 2023 08:39
@kite707 kite707 changed the title Imple add date Imple add month Aug 21, 2023
@kite707 kite707 changed the title Imple add month Imple <mark>ADD_MONTH</mark> function Aug 21, 2023
@kite707 kite707 changed the title Imple <mark>ADD_MONTH</mark> function Implement ADD_MONTH function Aug 21, 2023
Copy link
Member

@ever0de ever0de left a comment

Choose a reason for hiding this comment

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

I'd like to request a few minor changes

core/src/data/value/error.rs Outdated Show resolved Hide resolved
core/src/executor/evaluate/function.rs Outdated Show resolved Hide resolved
core/src/executor/evaluate/function.rs Outdated Show resolved Hide resolved
kite707 and others added 4 commits August 24, 2023 12:56
Co-authored-by: Jiseok CHOI <jiseok.dev@gmail.com>
Co-authored-by: Jiseok CHOI <jiseok.dev@gmail.com>
Co-authored-by: Jiseok CHOI <jiseok.dev@gmail.com>
@kite707
Copy link
Contributor Author

kite707 commented Aug 24, 2023

Thank you for your advice! I have applied all the parts you advised!

@kite707 kite707 changed the title Implement ADD_MONTH function Implement ADD_MONTH function Aug 24, 2023
Copy link
Member

@ever0de ever0de left a comment

Choose a reason for hiding this comment

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

Sorry for the late review. It looks great, but I can't get coverage-ci to run (rust version below 1.70), so if there's a rust version bump in the main in the near future, can you give the github action another try?

core/src/executor/evaluate/function.rs Outdated Show resolved Hide resolved
test-suite/src/function/add_month.rs Outdated Show resolved Hide resolved
@kite707
Copy link
Contributor Author

kite707 commented Sep 2, 2023

Thank you for your advice!

@panarch panarch self-requested a review September 2, 2023 05:43
Copy link
Member

@panarch panarch left a comment

Choose a reason for hiding this comment

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

Looks all nice!
Thanks a lot for the contribution 👍 👍

@panarch panarch merged commit 583008b into gluesql:main Sep 2, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ADD_MONTH function
3 participants