[ https://issues.apache.org/jira/browse/FLINK-18399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zhijiang reassigned FLINK-18399: -------------------------------- Assignee: Zhijiang > TableResult#print can not print the result of unbounded stream query > -------------------------------------------------------------------- > > Key: FLINK-18399 > URL: https://issues.apache.org/jira/browse/FLINK-18399 > Project: Flink > Issue Type: Bug > Components: Table SQL / API > Affects Versions: 1.11.0 > Reporter: godfrey he > Assignee: Zhijiang > Priority: Blocker > Labels: pull-request-available > Fix For: 1.11.0 > > > In current implementation of PrintUtils, all result will be collected to > local memory to compute column width first. this can works fine with batch > query and bounded stream query. but for unbounded stream query, the result > will be endless, so the result will be never printed. To solve this, we can > use fix-length strategy, and print a row immediately once the row is accessed. -- This message was sent by Atlassian Jira (v8.3.4#803005)