You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by na...@apache.org on 2020/01/30 21:53:29 UTC

[incubator-hudi] branch master updated (652224e -> f27c7a1)

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

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


    from 652224e  [HUDI-578] Trim recordKeyFields and partitionPathFields in ComplexKeyGenerator (#1281)
     add f27c7a1  [HUDI-564] Added new test cases for HoodieLogFormat and HoodieLogFormatVersion.

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/table/log/TestHoodieLogFormat.java | 33 +++++++++
 .../table/log/TestHoodieLogFormatVersion.java      | 84 ++++++++++++++++++++++
 2 files changed, 117 insertions(+)
 mode change 100644 => 100755 hudi-common/src/test/java/org/apache/hudi/common/table/log/TestHoodieLogFormat.java
 create mode 100755 hudi-common/src/test/java/org/apache/hudi/common/table/log/TestHoodieLogFormatVersion.java