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/04/21 19:41:33 UTC

[incubator-hudi] branch master updated (84dd904 -> 62bd3e7)

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 84dd904  [HUDI-789]Adjust logic of upsert in HDFSParquetImporter (#1511)
     add 62bd3e7  [HUDI-757] Added hudi-cli command to export metadata of Instants.

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/cli/commands/ExportCommand.java    | 231 +++++++++++++++++++++
 .../java/org/apache/hudi/avro/HoodieAvroUtils.java |  29 +++
 .../table/timeline/TimelineMetadataUtils.java      |   4 +
 3 files changed, 264 insertions(+)
 create mode 100644 hudi-cli/src/main/java/org/apache/hudi/cli/commands/ExportCommand.java