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
Maybe we can use the over window function row_number() to append a unique key column to the left node. But this only works with 1 partition. Considering multiple partitions, perhaps we need a dedicated operator to generate the column. 🤔
The result should be
which means that rule 8/9 doesn't seem correct.
risinglight/src/planner/rules/plan.rs
Lines 260 to 277 in b11a14f
The text was updated successfully, but these errors were encountered: