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

approx_percentile cast error #165

Closed
okennedy opened this issue Feb 21, 2022 · 1 comment
Closed

approx_percentile cast error #165

okennedy opened this issue Feb 21, 2022 · 1 comment
Labels
bug Something isn't working layer-mimir An issue involving caveats or lenses
Milestone

Comments

@okennedy
Copy link
Contributor

Describe the bug
Use of the approximate percentile function appears to force an incorrect cast to string.

To Reproduce
Create a dataset R with a column A

select avg(a), approx_percentile(a, array(0.5)) FROM R

Expected behavior
No exception

@okennedy okennedy added bug Something isn't working layer-mimir An issue involving caveats or lenses labels Feb 21, 2022
@okennedy okennedy added this to the Version 2.0 milestone Feb 21, 2022
@okennedy
Copy link
Contributor Author

okennedy commented Oct 9, 2023

Migrated to UBOdin/mimir-caveats#11 and see #249

@okennedy okennedy closed this as completed Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working layer-mimir An issue involving caveats or lenses
Projects
None yet
Development

No branches or pull requests

1 participant