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

Verify output type consistently #4497

Conversation

findepi
Copy link
Member

@findepi findepi commented Jul 20, 2020

AggregateFunctionRule needs to utilize knowledge of aggregate function
signature in Presto. Some implementations verify and some some bail
out (checking within the pattern).

This makes the implementations consistent.

`AggregateFunctionRule` needs to utilize knowledge of aggregate function
signature in Presto. Some implementations `verify` and some some bail
out (checking within the pattern).

This makes the implementations consistent.
@cla-bot cla-bot bot added the cla-signed label Jul 20, 2020
@findepi
Copy link
Member Author

findepi commented Jul 20, 2020

CI failed -- #3161

@findepi findepi merged commit 6ba2695 into trinodb:master Jul 20, 2020
@findepi findepi deleted the findepi/master/verify-output-type-consistently-db8d84 branch July 20, 2020 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants