You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2022/01/06 10:12:33 UTC

[flink] branch master updated (2824c90 -> 76407f2)

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

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


    from 2824c90  [FLINK-25010][hive] Speed up hive's createMRSplits by multi thread (#17988)
     add 76407f2  [hotfix][connector-files][connector-hive] Move Hive specific configs out of FileSystemConnectorOptions

No new revisions were added by this update.

Summary of changes:
 .../file/table/FileSystemConnectorOptions.java     | 100 -------------------
 .../connectors/hive/HiveDynamicTableFactory.java   |   4 +-
 .../connectors/hive/HiveLookupTableSource.java     |   8 +-
 .../apache/flink/connectors/hive/HiveOptions.java  | 110 +++++++++++++++++++++
 .../flink/connectors/hive/HiveSourceBuilder.java   |  15 ++-
 .../flink/connectors/hive/HiveTableSource.java     |   4 +-
 .../hive/read/HivePartitionFetcherContextBase.java |   4 +-
 .../hive/HiveDynamicTableFactoryTest.java          |  26 ++---
 .../connectors/hive/HiveLookupJoinITCase.java      |  19 ++--
 .../connectors/hive/HiveTemporalJoinITCase.java    |   5 +-
 .../hive/read/HivePartitionFetcherTest.java        |  10 +-
 11 files changed, 157 insertions(+), 148 deletions(-)