You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2019/11/12 17:03:14 UTC

[flink] branch master updated (57160ba -> 563a4ad)

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

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


    from 57160ba  [FLINK-14704] Remove unused SynchronousSavepointLatch
     add 563a4ad  [FLINK-14486][table-api, docs] Update documentation regarding Temporary Objects

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/catalogs.md                     |   8 +-
 docs/dev/table/catalogs.zh.md                  |   8 +-
 docs/dev/table/common.md                       | 412 ++++++++++++++----------
 docs/dev/table/common.zh.md                    | 426 +++++++++++++++----------
 docs/dev/table/connect.md                      |  10 +-
 docs/dev/table/connect.zh.md                   |  14 +-
 docs/dev/table/sourceSinks.md                  |   6 +-
 docs/dev/table/sourceSinks.zh.md               |  24 +-
 docs/dev/table/sql.md                          |  62 ++--
 docs/dev/table/sql.zh.md                       |  72 +++--
 docs/dev/table/streaming/temporal_tables.md    |   4 +-
 docs/dev/table/streaming/time_attributes.md    |   8 +-
 docs/dev/table/streaming/time_attributes.zh.md |   8 +-
 docs/dev/table/tableApi.md                     | 182 +++++------
 docs/dev/table/tableApi.zh.md                  | 180 +++++------
 docs/ops/scala_shell.md                        |   4 +-
 docs/ops/scala_shell.zh.md                     |   4 +-
 docs/tutorials/python_table_api.md             |  12 +-
 18 files changed, 820 insertions(+), 624 deletions(-)