You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/09/02 04:31:16 UTC

[flink] branch master updated (5350bca -> fccf7ee)

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

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


    from 5350bca  [FLINK-18801][docs][python] Add a "10 minutes to Table API" document under the "Python API" -> "User Guide" -> "Table API" section.
     add fccf7ee  [FLINK-18852][table-planner] Fix StreamScan don't inherit parallelism from input in legacy planner

No new revisions were added by this update.

Summary of changes:
 .../table/plan/nodes/datastream/StreamScan.scala   |  8 +++--
 .../utils/TestCollectionTableFactory.scala         | 22 ++++++++----
 .../runtime/stream/table/TableSourceITCase.scala   | 40 ++++++++++++++++++++++
 .../src/test/scala/resources/testFilterStream0.out |  2 +-
 .../src/test/scala/resources/testUnionStream0.out  |  4 +--
 5 files changed, 65 insertions(+), 11 deletions(-)