You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
this is most likely on how we deal with self-joins
To Reproduce
Steps to reproduce the behavior:
SELECTt1.c9, t2.c9FROM test t1
INNER JOIN test t2
ONt1.c9=t2.c9;
thread 'main' panicked at 'index out of bounds: the len is 1 but the index is 1', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-4.4.0/src/datatypes/schema.rs:165:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Expected behavior
A clear and concise description of what you expected to happen.
this would work in Postgres
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
this is most likely on how we deal with self-joins
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
this would work in Postgres
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: