[ 
https://issues.apache.org/jira/browse/FLINK-33726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jing Ge updated FLINK-33726:
----------------------------
    Description: 
The time cost information is expected when executing stream queries in SQL CLI. 

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

> Print cost time for stream queries in SQL Client
> ------------------------------------------------
>
>                 Key: FLINK-33726
>                 URL: https://issues.apache.org/jira/browse/FLINK-33726
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Client
>            Reporter: Jing Ge
>            Assignee: Jing Ge
>            Priority: Major
>
> The time cost information is expected when executing stream queries in SQL 
> CLI. 
> For example:
> {code:java}
> Flink SQL> select * from (values ('abc', 123));
> +--------+--------+
> | EXPR$0 | EXPR$1 |
> +--------+--------+
> |    abc |    123 |
> +--------+--------+ 
> Received a total of 1 rows  (0.22 seconds){code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to