You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ku...@apache.org on 2020/02/05 06:48:03 UTC

[flink] branch master updated (712207a -> 4fcd877)

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

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


    from 712207a  [hotfix][docs] Fix missing double quotes in catalog docs
     add 4fcd877  [FLINK-15858][hive] Store generic table schema as properties

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/hive/hive_catalog.md                |  11 +-
 docs/dev/table/hive/hive_catalog.zh.md             |  11 +-
 .../flink/table/catalog/hive/HiveCatalog.java      | 124 ++++++++++++---------
 .../table/catalog/hive/HiveCatalogConfig.java      |   3 +
 .../hive/HiveCatalogGenericMetadataTest.java       |  43 +++++++
 .../table/catalog/hive/HiveCatalogITCase.java      |  36 ++++++
 .../src/test/resources/csv/test3.csv               |   5 +
 .../apache/flink/table/catalog/CatalogTest.java    |  36 +++---
 8 files changed, 190 insertions(+), 79 deletions(-)
 create mode 100644 flink-connectors/flink-connector-hive/src/test/resources/csv/test3.csv