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

Issue #12252: APPROX_QUANTILE Array Argument #12271

Merged
merged 2 commits into from
May 28, 2024

Conversation

hawkfish
Copy link
Contributor

Add a case for array second arguments.

fixes: #12252
fixes: duckdblabs/duckdb-internal#2139

Add a case for array second arguments.

fixes: duckdb#12252
fixes: duckdblabs/duckdb-internal#2139
@duckdb-draftbot duckdb-draftbot marked this pull request as draft May 27, 2024 16:56
@hawkfish hawkfish marked this pull request as ready for review May 27, 2024 16:56
@Mytherin Mytherin merged commit cc52145 into duckdb:main May 28, 2024
41 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

@hawkfish hawkfish deleted the approx-array branch May 28, 2024 18:12
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Jun 5, 2024
Merge pull request duckdb/duckdb#12271 from hawkfish/approx-array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ARRAY_VALUE(0.5, 0.4, 0.1) --> Unimplemented type "DECIMAL(2,1)[3]"
2 participants