You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2020/05/15 01:45:41 UTC

[flink] branch master updated (2f76042 -> 2e6acb6)

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

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


    from 2f76042  [FLINK-17629][json] Implement format factory for JSON serialization and deserialization schema
     add 2e6acb6  [FLINK-17387][hive] Implement LookupableTableSource for Hive connector

No new revisions were added by this update.

Summary of changes:
 .../flink/connectors/hive/HiveTableSource.java     |  49 ++++++-
 .../flink/connectors/hive/HiveLookupJoinTest.java  | 115 +++++++++++++++
 .../table/filesystem/FileSystemLookupFunction.java | 163 +++++++++++++++++++++
 .../flink/table/filesystem/FileSystemOptions.java  |   7 +
 4 files changed, 327 insertions(+), 7 deletions(-)
 create mode 100644 flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveLookupJoinTest.java
 create mode 100644 flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/filesystem/FileSystemLookupFunction.java