You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/03/06 20:37:41 UTC

[hudi] branch master updated (051ad0b -> 4b47177)

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

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


    from 051ad0b  [HUDI-3130] Fixing Hive getSchema for RT tables addressing different partitions having different schemas (#4468)
     add 4b47177  [HUDI-3520] Introduce DeleteSupportSchemaPostProcessor to support adding _hoodie_is_deleted column to schema (#4921)

No new revisions were added by this update.

Summary of changes:
 .../schema/DeleteSupportSchemaPostProcessor.java   | 66 ++++++++++++++++++++++
 .../utilities/schema/SparkAvroPostProcessor.java   |  2 +-
 .../apache/hudi/utilities/DummySchemaProvider.java |  3 +-
 .../hudi/utilities/SparkAvroSchemaProvider.java    |  3 +-
 .../hudi/utilities/TestSchemaPostProcessor.java    | 12 +++-
 5 files changed, 81 insertions(+), 5 deletions(-)
 create mode 100644 hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/DeleteSupportSchemaPostProcessor.java