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
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Describe the bug
When referencing a column alias in a WHERE clause, the respective column can't be found.
To Reproduce
See TestExample07 and remove t.Skip(), then run it.
Expected behavior
No error.
Additional context
This might be a compiler issue, however, not sure if we should invert selection and projection just to make this happen. We should first check whether the column information is available in the where clause, and if so, make use of it and resolve the correct column.
The text was updated successfully, but these errors were encountered:
Describe the bug
When referencing a column alias in a WHERE clause, the respective column can't be found.
To Reproduce
See
TestExample07
and removet.Skip()
, then run it.Expected behavior
No error.
Additional context
This might be a compiler issue, however, not sure if we should invert selection and projection just to make this happen. We should first check whether the column information is available in the where clause, and if so, make use of it and resolve the correct column.
The text was updated successfully, but these errors were encountered: