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

test(trino): test all functions #954

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

grieve54706
Copy link
Contributor

We added a test case and moved out some functions that need to be revised.

#953

@github-actions github-actions bot added ibis trino python Pull requests that update Python code labels Nov 26, 2024
aggregate,array_agg,array,,any,Aggregates values into array
aggregate,avg,double,,numeric,Returns average of values
aggregate,count,bigint,,any,Counts number of rows
aggregate,max,same as input,,any,Returns maximum value
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
aggregate,max,same as input,,any,Returns maximum value
aggregate,max,same as input,,any,Returns maximum value

Similar issue. I think we can remove them.

Copy link
Contributor

@goldmedal goldmedal left a comment

Choose a reason for hiding this comment

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

Thanks @grieve54706 there is a conflict. I think you can feel free to merge it after fix the conlfict.

@grieve54706 grieve54706 merged commit 2aba5dc into test/all-functions Nov 29, 2024
4 checks passed
@grieve54706 grieve54706 deleted the test/all-functions-for-trino branch November 29, 2024 02:47
@grieve54706 grieve54706 added this to the 0.12.3 milestone Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ibis python Pull requests that update Python code trino
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants