[
https://issues.apache.org/jira/browse/FLINK-33600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17792356#comment-17792356
]
Jing Ge commented on FLINK-33600:
---------------------------------
master: c20c13fb5cb78eff2cbd08ea48f1cb7cf9a1981c
> 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)