Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18399

TableResult#print can not print the result of unbounded stream query

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            godfreyhe godfrey he
            godfreyhe godfrey he
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: