FelixYBW commented on PR #5728:
URL:
https://github.com/apache/incubator-gluten/pull/5728#issuecomment-2110939989
@JkSelf can you add row_number function as well?
```
ROW_NUMBER() OVER (PARTITION BY IF(userid=0, unauthId, userid),
app
ORDER BY TIME) rn
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]