Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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:
Flink SQL> select * from (values ('abc', 123));
+--------+--------+
| EXPR$0 | EXPR$1 |
+--------+--------+
| abc | 123 |
+--------+--------+
1 row in set (0.22 seconds)
Attachments
Issue Links
- relates to
-
FLINK-33726 Print cost time for stream queries in SQL Client
- Resolved
- links to