Re: Support InMemoryTableSink or support retraction in CsvTableSink

2019-07-15 Thread Xingcan Cui
Hi Fan, It’s not hard to implement an “InMemoryTableSink” for debugging use by yourself. The main part should be a SinkFunction that deals with Tuple records. You can either show the changelog (the record itself) or print the materialized result (e.g., a result list) for each received item.

Support InMemoryTableSink or support retraction in CsvTableSink

2019-07-15 Thread Fan X
Hi everyone, Recently I am using Flink SQL API to test some SQL queries. I run a small dataset and output the result to CsvTableSink so that I can easily open the file and verify the result by eye. But unfortunately, I found that CsvTableSink does not support retraction message and thus I could no