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

Rework validation of names and aliases for aggregate UDFs #60

Merged
merged 1 commit into from
May 7, 2024

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented May 7, 2024

Add better validation that name = ... and alias = ... line up when
there is a mismatch between the BasicUdf and AggregateUdf
implementation, and fix a problem that was disallowing use of aliases in
aggregate UDFs.

Error messages are significantly improved.

Fixes #59

@tgross35 tgross35 force-pushed the aggregate-alias-fix branch from 2754ee3 to e77c437 Compare May 7, 2024 10:55
@tgross35 tgross35 changed the title wip Rework validation of names and aliases for aggregate UDFs May 7, 2024
@tgross35 tgross35 force-pushed the aggregate-alias-fix branch 13 times, most recently from 8c4a7e4 to c2804af Compare May 7, 2024 23:16
Add better validation that `name = ...` and `alias = ...` line up when
there is a mismatch between the `BasicUdf` and `AggregateUdf`
implementation, and fix a problem that was disallowing use of aliases in
aggregate UDFs.

Error messages are significantly improved.

Fixes <#59>
@tgross35 tgross35 force-pushed the aggregate-alias-fix branch from c2804af to 8475c7a Compare May 7, 2024 23:17
@tgross35 tgross35 closed this May 7, 2024
@tgross35 tgross35 reopened this May 7, 2024
@tgross35 tgross35 closed this May 7, 2024
@tgross35 tgross35 reopened this May 7, 2024
@tgross35 tgross35 closed this May 7, 2024
@tgross35 tgross35 reopened this May 7, 2024
@tgross35 tgross35 merged commit f17c3eb into main May 7, 2024
40 checks passed
@tgross35 tgross35 deleted the aggregate-alias-fix branch May 7, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aggregate function aliases error
1 participant