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 2022/02/07 10:34:07 UTC

[flink] branch master updated (56c5034 -> a2fa1e3)

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 56c5034  [hotfix][table] Expose table.exec.rank.topn-cache-size config option
     add df6b74e  [hotfix][table-api][table-planner][test] Fix `HarnessTableDescriptor#toBuilder`
     add b795dd5  [FLINK-25199][table-planner][test] Test fromValues() watermark propagation
     add a2fa1e3  [hotfix][table-planner][tests] Use final for variables in `CommonExecSinkITCase`

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/api/TableDescriptor.java    |   4 +-
 .../planner/factories/TableFactoryHarness.java     |  15 ++-
 .../nodes/exec/common/CommonExecSinkITCase.java    | 123 ++++++++++++++-------
 3 files changed, 99 insertions(+), 43 deletions(-)