godfreyhe commented on a change in pull request #8051:  [FLINK-12018] 
[table-planner-blink] Add support for generating optimized logical plan for 
Sort and Rank
URL: https://github.com/apache/flink/pull/8051#discussion_r270301404
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/plan/nodes/physical/stream/StreamExecSort.scala
 ##########
 @@ -38,16 +38,22 @@ import org.apache.calcite.rex.RexNode
   * <p>''SELECT * FROM TABLE ORDER BY ROWTIME, a'' will be converted to 
[[StreamExecTemporalSort]]
   * <p>''SELECT * FROM TABLE ORDER BY a LIMIT 2'' will be converted to 
[[StreamExecRank]]
 
 Review comment:
   So far as we know, Sort without limit is meaningless for unbounded source. 
   In a simple word, Sort with limit will be converted to `StreamExecRank`, 
Sort without limit will be converted to `StreamExecSort`.

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


With regards,
Apache Git Services

Reply via email to