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 2021/08/07 23:07:36 UTC

[hudi] branch master updated (55d2e78 -> 32a50d8)

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 55d2e78  [HUDI-1842] Spark Sql Support For pre-existing Hoodie Table (#3393)
     add 32a50d8  [HUDI-2243] Support Time Travel Query For Hoodie Table (#3360)

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/hudi/DataSourceOptions.scala  |   7 +
 .../scala/org/apache/hudi/HoodieFileIndex.scala    |  30 ++-
 .../apache/hudi/MergeOnReadSnapshotRelation.scala  |  13 +-
 .../org/apache/spark/sql/hudi/HoodieSqlUtils.scala |  28 ++-
 .../hudi/functional/TestTimeTravelQuery.scala      | 230 +++++++++++++++++++++
 5 files changed, 296 insertions(+), 12 deletions(-)
 create mode 100644 hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestTimeTravelQuery.scala