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

Print cost time for batch queries in SQL Client

    XMLWordPrintableJSON

Details

    Description

      Currently, there is no cost time information when executing batch queries in SQL CLI. But this is very helpful in OLAP/ad-hoc scenarios.

      For example:

      Flink SQL> select * from (values ('abc', 123));
      +--------+--------+
      | EXPR$0 | EXPR$1 |
      +--------+--------+
      |    abc |    123 |
      +--------+--------+
      1 row in set  (0.22 seconds)
      

      Attachments

        Issue Links

          Activity

            People

              jingge Jing Ge
              jark Jark Wu
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: