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

Incorrect result for Collapse #1342

Closed
brynrhodes opened this issue Mar 20, 2024 · 1 comment
Closed

Incorrect result for Collapse #1342

brynrhodes opened this issue Mar 20, 2024 · 1 comment

Comments

@brynrhodes
Copy link
Member

The "TestCollapseNull" test case is:

collapse { Interval(null, null) }

According to the spec though, the result of this should be { Interval(null, null) }, based on this line:

"if the input list contains a single interval, the result is a list with that interval"

More broadly, the expression Interval(null, null) actually results in a null, rather than in an interval with null boundaries.

@brynrhodes
Copy link
Member Author

Withdrawing this, down a rabbit hole

@brynrhodes brynrhodes closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant