You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/09/10 09:03:45 UTC

[flink] branch master updated (bfc9218 -> 76aa36c)

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

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


    from bfc9218  [FLINK-14870][runtime] Drop the nullable assumption of slot sharing group in ScheduledUnit and remove the consequently unused methods in SchedulerImpl
     add 17676eb  [FLINK-18951][python][docs-zh] Translate Python Table API dependency management documentation into chinese.
     add 76aa36c  [FLINK-18951][python][docs] Add documentation for dependency management for Python DataStream API.

No new revisions were added by this update.

Summary of changes:
 .../dependency_management.md                       |  35 ++++---
 .../dependency_management.zh.md                    | 115 +++++++++++++++++++++
 .../dependency_management.zh.md                    |  48 +++++----
 3 files changed, 160 insertions(+), 38 deletions(-)
 copy docs/dev/python/{table-api-users-guide => datastream-api-users-guide}/dependency_management.md (75%)
 create mode 100644 docs/dev/python/datastream-api-users-guide/dependency_management.zh.md