You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/07/23 00:18:50 UTC

[hudi] branch master updated (a36762a862 -> d5c7c79d87)

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

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


    from a36762a862 [HUDI-4303] Use Hive sentinel value as partition default to avoid type caste issues (#5954)
     add d5c7c79d87 Revert "[HUDI-4324] Remove use_jdbc config from hudi sync (#6072)" (#6160)

No new revisions were added by this update.

Summary of changes:
 conf/hudi-defaults.conf.template                   |  2 +-
 docker/demo/config/hoodie-incr.properties          |  3 +-
 docker/demo/sparksql-incremental.commands          |  2 --
 .../util/TestDFSPropertiesConfiguration.java       |  2 +-
 .../resources/external-config/hudi-defaults.conf   |  2 +-
 .../apache/hudi/configuration/FlinkOptions.java    |  6 ++++
 .../apache/hudi/sink/utils/HiveSyncContext.java    |  2 ++
 .../apache/hudi/streamer/FlinkStreamerConfig.java  |  4 +++
 hudi-kafka-connect/demo/config-sink-hive.json      |  1 +
 .../hudi/connect/writers/KafkaConnectConfigs.java  |  1 +
 .../scala/org/apache/hudi/DataSourceOptions.scala  | 10 +++++++
 .../scala/org/apache/hudi/HoodieWriterUtils.scala  |  1 +
 .../java/org/apache/hudi/hive/HiveSyncConfig.java  |  5 ++++
 .../org/apache/hudi/hive/HiveSyncConfigHolder.java | 11 +++++++-
 .../org/apache/hudi/hive/HoodieHiveSyncClient.java | 32 +++++++++++++---------
 .../apache/hudi/hive/ddl/HiveQueryDDLExecutor.java |  2 +-
 .../org/apache/hudi/hive/ddl/JDBCExecutor.java     |  2 +-
 .../replication/HiveSyncGlobalCommitParams.java    |  2 --
 .../org/apache/hudi/hive/TestHiveSyncTool.java     |  2 +-
 .../hudi/utilities/HoodieDropPartitionsTool.java   |  9 ++++--
 20 files changed, 72 insertions(+), 29 deletions(-)