[
https://issues.apache.org/jira/browse/FLINK-33600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788217#comment-17788217
]
dalongliu commented on FLINK-33600:
-----------------------------------
+1, it seems very userful.
> 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
> Priority: Major
> 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)