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 Apr 4, 2021. It is now read-only.
This plan does not work because the Selection operator is trying to filter for tuple#0, which is produced on the other branch of the Join operator (by the Unwind operator).
This currently blocks Interactive update 1.
The text was updated successfully, but these errors were encountered:
To reproduce the issue, add the following to one of the compiler tests, e.g.
RandomCompilationTest
:This results in:
This plan does not work because the
Selection
operator is trying to filter fortuple#0
, which is produced on the other branch of theJoin
operator (by theUnwind
operator).This currently blocks Interactive update 1.
The text was updated successfully, but these errors were encountered: