zhangjun0x01 commented on issue #1983:
URL: https://github.com/apache/iceberg/issues/1983#issuecomment-752306169


   I look up the flink source code ,I found the comment. 
[here](https://github.com/apache/flink/blob/master/flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/rules/logical/PushLimitIntoTableSourceScanRule.java#L64)
   
   ```
         // a limit can be pushed down only if it satisfies the two conditions: 
1) do not have order
           // by keys, 2) have limit.
   ```
   
   I think it may be a flink bug ,I create a [flink 
issue](https://issues.apache.org/jira/browse/FLINK-20809) to trace this 
   
   


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

Reply via email to