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

[FEAT] exp expression implementation #2115

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Conversation

MeepoWin
Copy link
Contributor

@MeepoWin MeepoWin commented Apr 14, 2024

This closes #1909.

@MeepoWin MeepoWin marked this pull request as ready for review April 14, 2024 07:07
Copy link
Member

@samster25 samster25 left a comment

Choose a reason for hiding this comment

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

Looks great! Let just add a bit more testing :)

@@ -266,3 +266,9 @@ def test_table_round_bad_input() -> None:

with pytest.raises(ValueError, match="decimal can not be negative: -2"):
table.eval_expression_list([col("a").round(-2)])


def test_table_exp() -> None:
Copy link
Member

Choose a reason for hiding this comment

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

we should also add a test on an integer series

@samster25 samster25 added the enhancement New feature or request label Apr 14, 2024
@MeepoWin
Copy link
Contributor Author

Thanks @samster25 for the quick review! I have added the test and rebased on mater to resolve the conflict.

@samster25
Copy link
Member

Thanks @MeepoWin for the quick turnaround!

@samster25 samster25 merged commit 9fc7328 into Eventual-Inc:main Apr 15, 2024
27 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.

[EXPRESSIONS] .exp
2 participants