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
As #1979. The problem is that explain() does not handle ROW_NUMBER() right. I made a temporary patch for my particular use, but I can see that there might be other window functions not supported, like rank, dense_rank, etc. I might make separate PR's for those.
The text was updated successfully, but these errors were encountered:
As #1979. The problem is that
explain()
does not handleROW_NUMBER()
right. I made a temporary patch for my particular use, but I can see that there might be other window functions not supported, likerank
,dense_rank
, etc. I might make separate PR's for those.The text was updated successfully, but these errors were encountered: