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/07/17 08:11:50 UTC

[hudi] branch master updated (4bda6afe0b -> ded197800a)

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 4bda6afe0b [HUDI-4249] Fixing in-memory `HoodieData` implementation to operate lazily  (#5855)
     add ded197800a [HUDI-4170] Make user can use hoodie.datasource.read.paths to read necessary files (#5722)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/hudi/DefaultSource.scala | 16 +++-
 .../scala/org/apache/hudi/HoodieBaseRelation.scala | 44 +++++++++--
 .../scala/org/apache/hudi/HoodieFileIndex.scala    | 17 ++--
 .../apache/hudi/MergeOnReadSnapshotRelation.scala  | 20 +----
 .../apache/hudi/functional/TestCOWDataSource.scala | 35 ++++++++-
 .../apache/hudi/functional/TestMORDataSource.scala | 90 ++++++++++++++++++++++
 6 files changed, 186 insertions(+), 36 deletions(-)