SteNicholas edited a comment on pull request #13298:
URL: https://github.com/apache/flink/pull/13298#issuecomment-694717883


   > Wouldn't a user expect to further minimize the result when calling 
`limit(3).limit(10)` --> at most 3, not 10?
   
   User's operation is always `limit(10).limit(3)`. `limit(3).limit(10)` 
doesn't make sense and equals to `limit(3)`.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to