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

[flink] branch master updated (10d372e -> feca8a7)

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

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


    from 10d372e  [FLINK-14687][sql] Add database related ddl support to SQL Parser
     add feca8a7  [FLINK-14710][hive] Decide column nullability according to Hive constraints

No new revisions were added by this update.

Summary of changes:
 .../flink/table/catalog/hive/HiveCatalog.java      |  4 +++-
 .../hive/client/HiveMetastoreClientWrapper.java    | 18 +++++++-------
 .../flink/table/catalog/hive/client/HiveShim.java  |  5 ++++
 .../table/catalog/hive/client/HiveShimV100.java    |  7 ++++++
 .../table/catalog/hive/client/HiveShimV310.java    | 28 ++++++++++++++++++++++
 .../catalog/hive/util/HiveReflectionUtils.java     | 11 +++++++++
 .../table/catalog/hive/util/HiveTableUtil.java     |  7 +++++-
 .../connectors/hive/TableEnvHiveConnectorTest.java | 25 ++++++++++++++++++-
 .../apache/flink/table/HiveVersionTestUtil.java    |  1 +
 9 files changed, 93 insertions(+), 13 deletions(-)