[jira] [Created] (FLINK-14559) flink sql connector for stream table stdout

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-14559) flink sql connector for stream table stdout

Shang Yuanchun (Jira)
xiaodao created FLINK-14559:
-------------------------------

             Summary: flink sql connector for stream table stdout
                 Key: FLINK-14559
                 URL: https://issues.apache.org/jira/browse/FLINK-14559
             Project: Flink
          Issue Type: New Feature
          Components: Connectors / Common
    Affects Versions: 1.9.1
            Reporter: xiaodao


in some cases,we need to output table stream resuls into stdout,just for test or verify sql;
out message format like:
+------------------+------------------+------------------+
| colName1 | colName2 | colName3|
+------------------+------------------+------------------+
| xiaoming | xm123 | 小明 |
+------------------+------------------+------------------+
| xiaohong | xh123 | 小红 |
+------------------+------------------+------------------+



--
This message was sent by Atlassian Jira
(v8.3.4#803005)