You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by me...@apache.org on 2022/10/28 11:23:46 UTC

[hudi] branch master updated (c6e5fd0271 -> 48d23ff233)

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

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


    from c6e5fd0271 [HUDI-3287] Remove hudi-spark dependencies from hudi-kafka-connect-bundle (#6079)
     add 48d23ff233 [HUDI-5000] Support schema evolution for Hive/presto (#6989)

No new revisions were added by this update.

Summary of changes:
 .../hudi/hadoop/HoodieParquetInputFormat.java      |   3 +
 .../apache/hudi/hadoop/SchemaEvolutionContext.java | 353 +++++++++++++++++++++
 .../realtime/AbstractRealtimeRecordReader.java     |  29 +-
 .../realtime/RealtimeCompactedRecordReader.java    |   4 +-
 .../functional/TestHiveTableSchemaEvolution.java   | 155 +++++++++
 packaging/hudi-hadoop-mr-bundle/pom.xml            |   1 +
 packaging/hudi-presto-bundle/pom.xml               |   1 +
 7 files changed, 539 insertions(+), 7 deletions(-)
 create mode 100644 hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/SchemaEvolutionContext.java
 create mode 100644 hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestHiveTableSchemaEvolution.java