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

ASF GitHub Bot updated FLINK-33600:
-----------------------------------
    Labels: pull-request-available  (was: )

> Print cost time for batch queries in SQL Client
> -----------------------------------------------
>
>                 Key: FLINK-33600
>                 URL: https://issues.apache.org/jira/browse/FLINK-33600
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / Client
>            Reporter: Jark Wu
>            Assignee: Jing Ge
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.19.0
>
>
> 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: 
> {code}
> Flink SQL> select * from (values ('abc', 123));
> +--------+--------+
> | EXPR$0 | EXPR$1 |
> +--------+--------+
> |    abc |    123 |
> +--------+--------+
> 1 row in set  (0.22 seconds)
> {code}



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

Reply via email to