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

Fix function signature of approx_distinct(DECIMAL(a_precision,a_scale)) #7905

Closed
wants to merge 2 commits into from

Conversation

kagamiori
Copy link
Contributor

Summary:
Integer parameters of decimal type should be registered through .integerVariable() instead of
.typeVariable() in function signatures. This is needed for aggregation fuzzer to skip these
signatures because integer parameters are not supported in ArgumentTypeFuzzer yet. This
diff fixes the function signature of approx_distinct(DECIMAL(a_precision,a_scale)) and
approx_distinct(DECIMAL(a_precision,a_scale),double). This diff also fixes a small bug in
AggregationFuzzer in the printing of skipped function signature names.

This diff fixes #7895.

Differential Revision: D51904043

…stinct aggregate function"" (facebookincubator#7904)

Summary: Pull Request resolved: facebookincubator#7904

Differential Revision: D51913350
Summary:
Integer parameters of decimal type should be registered through .integerVariable() instead of 
.typeVariable() in function signatures. This is needed for aggregation fuzzer to skip these 
signatures because integer parameters are not supported in ArgumentTypeFuzzer yet. This 
diff fixes the function signature of approx_distinct(DECIMAL(a_precision,a_scale)) and 
approx_distinct(DECIMAL(a_precision,a_scale),double). This diff also fixes a small bug in 
AggregationFuzzer in the printing of skipped function signature names.

This diff fixes facebookincubator#7895.

Differential Revision: D51904043
Copy link

netlify bot commented Dec 6, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit cf4e9f5
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6570ec770e9a7600081a31e6

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 6, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51904043

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in debe03c.

Copy link

Conbench analyzed the 1 benchmark run on commit debe03c1.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArgumentTypeFuzzer.cpp fails in aggregation fuzzer actualArg != nullptr.
2 participants