-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support infinity() and NaN() when constructing array in DuckParser #133
Comments
This issue has been automatically marked as stale because it has not had any activity in the last year. If you feel that this issue is important, add a comment explaining why the issue is still relevant and the stale tag will be removed; otherwise it will be closed in 14 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things. |
This is a follow up for #63 (
WidthBucketArrayTest#failureForConstant
). It could be reproduced by evaluating expression that look likewidth_bucket(c0, ARRAY[infinity()])
orwidth_bucket(c0, ARRAY[nan()])
. It would fail with the following information:The text was updated successfully, but these errors were encountered: