This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from ae7184bd222 [FLINK-36070][runtime/web] Show pending operators in overview page. new d432dff3a9e [FLINK-37007][table] Add missing createView methods to TableEnvironment new 503ad9b7b8e [hotfix][docs] Add python docs for `create_table`/`create_temporary_table` The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../docs/dev/python/table/table_environment.md | 33 +++++++++++++ .../docs/dev/python/table/table_environment.md | 33 +++++++++++++ .../reference/pyflink.table/table_environment.rst | 1 + flink-python/pyflink/table/table_environment.py | 23 +++++++++ .../apache/flink/table/api/TableEnvironment.java | 34 +++++++++++++- .../table/api/internal/TableEnvironmentImpl.java | 23 ++++++++- .../apache/flink/table/catalog/CatalogManager.java | 12 ++++- .../flink/table/api/TableEnvironmentTest.java | 54 +++++++++++++++++++++- .../planner/runtime/stream/table/ValuesITCase.java | 17 +++++-- 9 files changed, 220 insertions(+), 10 deletions(-)