You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ku...@apache.org on 2020/03/13 07:12:35 UTC

[flink] branch master updated (2424301 -> 22915d0)

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

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


    from 2424301  [FLINK-16538][python][docs] Restructure Python Table API documentation (#11375)
     add 22915d0  [FLINK-16464][sql-client] Result-mode tableau may shift when content contains Chinese string in SQL CLI (#11334)

No new revisions were added by this update.

Summary of changes:
 flink-table/flink-sql-client/pom.xml               |   8 +
 .../table/client/cli/CliTableauResultView.java     |  34 +-
 .../apache/flink/table/client/cli/CliUtils.java    |  31 ++
 .../src/main/resources/META-INF/NOTICE             |   1 +
 .../main/resources/META-INF/licenses/LICENSE.icu4j | 414 +++++++++++++++++++++
 .../table/client/cli/CliTableauResultViewTest.java |  61 ++-
 .../flink/table/client/cli/CliUtilsTest.java       |  25 ++
 7 files changed, 553 insertions(+), 21 deletions(-)
 create mode 100644 flink-table/flink-sql-client/src/main/resources/META-INF/licenses/LICENSE.icu4j