Mans Singh created FLINK-23490:
----------------------------------
Summary: Flink Table Example - StreamWindowSQLExample shows output
in older format
Key: FLINK-23490
URL: https://issues.apache.org/jira/browse/FLINK-23490
Project: Flink
Issue Type: Improvement
Components: Examples, Table SQL / API
Affects Versions: 1.13.1
Reporter: Mans Singh
Fix For: 1.14.0
The example print output shows older format:
{quote}{{// 2019-12-12 00:00:00.000,3,10,3}}
{{// 2019-12-12 00:00:05.000,3,6,2}}
{quote}
Execution of the application print the following:
{quote}+I[2019-12-12 00:00:00.000, 3, 10, 3]
+I[2019-12-12 00:00:05.000, 3, 6, 2]
{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)