You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2020/06/23 15:51:39 UTC

[flink] branch master updated (b32f098 -> 1414bac)

This is an automated email from the ASF dual-hosted git repository.

twalthr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from b32f098  [FLINK-18283][API/Core,API/DataStream] Update outdated Javadoc for clear method of ProcessWindowFunction
     add 0d08e9e  [hotfix] [table-api-java] correct the logic of `truncateString` method in PrintUtils
     add 1414bac  [FLINK-18399][table-api-java] Fix TableResult#print can not print the result of unbounded stream query

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/table/table_result.py         |   6 +-
 .../table/client/cli/CliTableauResultView.java     | 109 +---------
 .../table/client/cli/CliTableauResultViewTest.java |   2 +-
 .../org/apache/flink/table/api/TableResult.java    |  19 +-
 .../table/api/internal/TableEnvironmentImpl.java   |   4 +-
 .../flink/table/api/internal/TableResultImpl.java  |  41 +++-
 .../org/apache/flink/table/utils/PrintUtils.java   | 228 +++++++++++++++++----
 .../apache/flink/table/utils/PrintUtilsTest.java   | 112 +++++++---
 .../flink/table/api/internal/TableEnvImpl.scala    |   4 +-
 9 files changed, 329 insertions(+), 196 deletions(-)