julia
2901f0e3
- Avoid stack-overflow in #46736
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Avoid stack-overflow in #46736 When we perform re-`intersection_unionall`, the `Union` bounds might be generated from `simple_join and thus not identical to the src `Union`. This commit adds a fast-path to skip the following `intersect_all.
References
#48029 - Avoid some stackoverflow during typeintersect.
Author
N5N3
Committer
N5N3
Parents
e3c62cb5
Loading