Jark Wu created FLINK-33600:
-------------------------------
Summary: 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
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)