-
Notifications
You must be signed in to change notification settings - Fork 2.4k
DuckDB internal error with a relatively complex JOIN involving lateral subqueries #16524
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
Closed
2 tasks done
Labels
Comments
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this issue
May 15, 2025
Fix duckdb/duckdb#16524: DEPENDENT_JOIN may not flatten (duckdb/duckdb#16537) CrossVersion.yml: Add v1.2.1, v1.2-histrionicus and main (duckdb/duckdb#16576)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this issue
May 15, 2025
Fix duckdb/duckdb#16524: DEPENDENT_JOIN may not flatten (duckdb/duckdb#16537) CrossVersion.yml: Add v1.2.1, v1.2-histrionicus and main (duckdb/duckdb#16576)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this issue
May 16, 2025
Fix duckdb/duckdb#16524: DEPENDENT_JOIN may not flatten (duckdb/duckdb#16537) CrossVersion.yml: Add v1.2.1, v1.2-histrionicus and main (duckdb/duckdb#16576)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this issue
May 17, 2025
Fix duckdb/duckdb#16524: DEPENDENT_JOIN may not flatten (duckdb/duckdb#16537) CrossVersion.yml: Add v1.2.1, v1.2-histrionicus and main (duckdb/duckdb#16576)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this issue
May 18, 2025
Fix duckdb/duckdb#16524: DEPENDENT_JOIN may not flatten (duckdb/duckdb#16537) CrossVersion.yml: Add v1.2.1, v1.2-histrionicus and main (duckdb/duckdb#16576)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this issue
May 18, 2025
Fix duckdb/duckdb#16524: DEPENDENT_JOIN may not flatten (duckdb/duckdb#16537) CrossVersion.yml: Add v1.2.1, v1.2-histrionicus and main (duckdb/duckdb#16576)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What happens?
DuckDB throws
INTERNAL Error
with a relatively complex JOIN involving lateral subqueriesTo Reproduce
Removing the last
lateral
subquery avoids the crash:OS:
MacOS
DuckDB Version:
1.1.3 and 1.2.0
DuckDB Client:
CLI
Hardware:
No response
Full Name:
Onder KALACI
Affiliation:
Crunchy Data
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have not tested with any build
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: