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/07/17 08:01:05 UTC

[flink] branch master updated (cf99a83 -> 46bb8ee)

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 cf99a83  [FLINK-16087][docs-zh] Translate "Detecting Patterns" page of "Streaming Concepts" into Chinese
     add 46bb8ee  [FLINK-18569][table] Support limit() for unordered tables

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/tableApi.md                         | 25 +++----
 flink-python/pyflink/table/table.py                | 25 ++++---
 .../pyflink/table/tests/test_table_completeness.py |  2 +-
 .../java/org/apache/flink/table/api/Table.java     | 46 +++++++++----
 .../operations/utils/OperationTreeBuilder.java     |  9 +--
 .../operations/utils/SortOperationFactory.java     | 76 ++++++++++------------
 .../table/validation/SortValidationTest.scala      | 16 -----
 .../validation/UnsupportedOpsValidationTest.scala  | 24 -------
 .../planner/runtime/batch/sql/LimitITCase.scala    |  9 ---
 .../LimitITCase.scala}                             | 44 ++++++++-----
 .../table/validation/SortValidationTest.scala      | 16 -----
 .../validation/UnsupportedOpsValidationTest.scala  | 18 -----
 12 files changed, 130 insertions(+), 180 deletions(-)
 copy flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/batch/{sql/BatchFileSystemITCaseBase.scala => table/LimitITCase.scala} (52%)