Skip to content

approx_percentile cast error #11

@okennedy

Description

@okennedy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions