You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by co...@apache.org on 2023/02/01 12:43:39 UTC

[hudi] branch master updated (0a9a6d20471 -> 5e616ab115c)

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

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


    from 0a9a6d20471 [HUDI-5317] Fix insert overwrite table for partitioned table (#7793)
     add 5e616ab115c [HUDI-5646] Guard dropping columns by a config, do not allow by default (#7787)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/config/HoodieWriteConfig.java  |  18 +++
 .../java/org/apache/hudi/table/HoodieTable.java    |  12 +-
 .../hudi/client/TestTableSchemaEvolution.java      | 125 +++++++++++++--------
 .../hudi/testutils/HoodieClientTestUtils.java      |  19 +++-
 .../java/org/apache/hudi/avro/AvroSchemaUtils.java |  23 +++-
 .../hudi/common/table/TableSchemaResolver.java     |  36 ------
 .../org/apache/hudi/common/util/ParquetUtils.java  |  34 +++---
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |  68 +++++------
 .../AlterHoodieTableChangeColumnCommand.scala      |   2 +-
 .../hudi/TestAvroSchemaResolutionSupport.scala     |  19 +++-
 .../org/apache/hudi/TestHoodieSparkSqlWriter.scala |  49 +++++---
 .../hudi/functional/TestBasicSchemaEvolution.scala |  21 +++-
 .../hudi/functional/TestCOWDataSourceStorage.scala |  10 +-
 .../hudi/functional/TestColumnStatsIndex.scala     |   7 +-
 14 files changed, 268 insertions(+), 175 deletions(-)