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

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


    from b3eea98  [FLINK-23409][runtime][test] Add logs for 
FineGrainedSlotManager#checkResourceRequirements
     add 7bf453d  [FLINK-23115][python] Add 
ConfigOptions/TableDescriptor/FormatDescriptor/Schema in Python Table API
     add 9beb59b  [FLINK-23115][python] Expose 
create_table/create_temporary_table/from_descriptor of TableEnvironment in 
Python Table API
     add 93aab0a  [FLINK-23115][python] Expose Table#execute_insert and 
StatementSet#add_insert in Python Table API

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/common/__init__.py            |   3 +
 flink-python/pyflink/common/config_options.py      | 124 ++++++++++
 flink-python/pyflink/table/__init__.py             |   2 +
 flink-python/pyflink/table/catalog.py              |  14 ++
 flink-python/pyflink/table/schema.py               | 266 +++++++++++++++++++++
 flink-python/pyflink/table/statement_set.py        |  64 ++++-
 flink-python/pyflink/table/table.py                |  79 +++++-
 flink-python/pyflink/table/table_descriptor.py     | 257 ++++++++++++++++++++
 flink-python/pyflink/table/table_environment.py    |  83 +++++++
 .../table/tests/test_environment_completeness.py   |  15 +-
 flink-python/pyflink/table/tests/test_schema.py    |  72 ++++++
 .../pyflink/table/tests/test_table_descriptor.py   | 171 +++++++++++++
 .../table/tests/test_table_environment_api.py      |  73 +++++-
 13 files changed, 1192 insertions(+), 31 deletions(-)
 create mode 100644 flink-python/pyflink/common/config_options.py
 create mode 100644 flink-python/pyflink/table/schema.py
 create mode 100644 flink-python/pyflink/table/table_descriptor.py
 create mode 100644 flink-python/pyflink/table/tests/test_schema.py
 create mode 100644 flink-python/pyflink/table/tests/test_table_descriptor.py

Reply via email to