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/02/15 04:39:00 UTC

[hudi] branch master updated (27bd7b5 -> cb6ca7f)

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 27bd7b5  [HUDI-1576] Make archiving an async service (#4795)
     add cb6ca7f  [HUDI-3204] fix problem that spark on TimestampKeyGenerator has no re… (#4714)

No new revisions were added by this update.

Summary of changes:
 .../keygen/TimestampBasedAvroKeyGenerator.java     | 35 ++--------
 .../keygen/parser/BaseHoodieDateTimeParser.java    |  6 +-
 .../hudi/keygen/parser/HoodieDateTimeParser.java   | 26 +++----
 .../keygen/TestTimestampBasedKeyGenerator.java     | 18 ++---
 .../hudi/common/table/HoodieTableConfig.java       | 13 ++++
 .../hudi/common/table/HoodieTableMetaClient.java   | 35 ++++++++++
 .../hudi/keygen/constant/KeyGeneratorOptions.java  | 23 +++++++
 .../org/apache/hudi/table/HoodieTableFactory.java  | 13 ++--
 .../apache/hudi/table/TestHoodieTableFactory.java  |  7 +-
 .../scala/org/apache/hudi/HoodieFileIndex.scala    | 57 +++++++++++++--
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     | 17 ++++-
 .../apache/hudi/MergeOnReadSnapshotRelation.scala  |  6 +-
 .../org/apache/hudi/TestHoodieFileIndex.scala      |  8 ++-
 .../apache/hudi/functional/TestCOWDataSource.scala | 62 ++++++++++++++++-
 .../hudi/functional/TestCOWDataSourceStorage.scala |  4 +-
 .../apache/hudi/functional/TestMORDataSource.scala | 80 ++++++++++++++++++++++
 16 files changed, 337 insertions(+), 73 deletions(-)