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 2023/06/09 02:43:45 UTC

[hudi] branch master updated (80e0b557ffe -> 593181397e2)

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 80e0b557ffe [HUDI-6310] CreateHoodieTableCommand::createHiveDataSourceTable arguments refactor (#8874)
     add 593181397e2 [HUDI-5352] Fix `LocalDate` serialization in colstats (#8840)

No new revisions were added by this update.

Summary of changes:
 hudi-common/pom.xml                                  |  4 ++++
 .../java/org/apache/hudi/common/util/JsonUtils.java  |  8 ++++++++
 .../hudi/functional/TestColumnStatsIndex.scala       |  7 ++-----
 packaging/hudi-flink-bundle/pom.xml                  |  3 ++-
 packaging/hudi-hadoop-mr-bundle/pom.xml              | 13 +++++++++++++
 packaging/hudi-hive-sync-bundle/pom.xml              |  3 +++
 packaging/hudi-integ-test-bundle/pom.xml             |  5 +++--
 packaging/hudi-kafka-connect-bundle/pom.xml          | 13 +++++++++++++
 packaging/hudi-spark-bundle/pom.xml                  |  3 +++
 packaging/hudi-timeline-server-bundle/pom.xml        |  9 +++++++++
 packaging/hudi-utilities-bundle/pom.xml              |  3 +++
 pom.xml                                              | 20 ++++++++++++++++++++
 12 files changed, 83 insertions(+), 8 deletions(-)