Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-33726

Print cost time for stream queries in SQL Client

    XMLWordPrintableJSON

Details

    Description

      The time cost information is expected when executing stream queries in SQL CLI. 

      For example:

      Flink SQL> select * from (values ('abc', 123));
      +--------+--------+
      | EXPR$0 | EXPR$1 |
      +--------+--------+
      |    abc |    123 |
      +--------+--------+ 
      Received a total of 1 rows  (0.22 seconds)

      Attachments

        Issue Links

          Activity

            People

              jingge Jing Ge
              jingge Jing Ge
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: