You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2023/04/21 02:15:51 UTC

[hudi] branch master updated (44a0c29560d -> a69780dd129)

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

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


    from 44a0c29560d [HUDI-6100] Fixed overflow in setting log block size by making it long everywhere (#8495)
     add a69780dd129 [HUDI-6109] Fix the scala compile ambiguity of Properties#putAll (#8511)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/util/SparkKeyGenUtils.scala    |  4 +--
 .../apache/hudi/common/config/HoodieConfig.java    |  4 +++
 .../apache/hudi/common/config/TypedProperties.java | 40 ++++++++++++++++++++++
 .../scala/org/apache/hudi/HoodieFileIndex.scala    |  6 ++--
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |  3 +-
 .../scala/org/apache/hudi/HoodieWriterUtils.scala  | 16 ++++-----
 .../sql/catalyst/catalog/HoodieCatalogTable.scala  |  5 ++-
 .../spark/sql/hudi/HoodieSqlCommonUtils.scala      | 19 ++++------
 .../spark/sql/hudi/command/SqlKeyGenerator.scala   |  6 ++--
 .../command/procedures/RunBootstrapProcedure.scala |  2 +-
 10 files changed, 67 insertions(+), 38 deletions(-)