You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by xccui <gi...@git.apache.org> on 2018/06/10 09:21:20 UTC

[GitHub] flink pull request #5660: [FLINK-8861] [table] Add support for batch queries...

Github user xccui commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5660#discussion_r194250975
  
    --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableResultView.java ---
    @@ -159,6 +160,9 @@ protected void evaluate(ResultTableOperation operation, String binding) {
     			case PREV:
     				gotoPreviousPage();
     				break;
    +			case FIRST:
    --- End diff --
    
    From the function's point of view, that's true. I added it just for symmetry 😃.


---