kangkaisen opened a new issue #4206:
URL: https://github.com/apache/incubator-doris/issues/4206
For SQL:
```
SELECT id_int, dense_rank() OVER (partition by id_int order by id_int) AS
sum FROM test_window limit 0;
```
will get a error:
```
couldn't resolve slot descriptor 2
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]