luoyuxia commented on PR #20348:
URL: https://github.com/apache/flink/pull/20348#issuecomment-1193245849

   Some explanation about the second commit. 
   When I try to test such sql 
   ```sql
   SELECT f, NTILE(4) over (order by e) NTILE(3) over (partition by d order by 
e desc) FROM Table5
   ```


-- 
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]

Reply via email to