You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/24 20:03:12 UTC

[GitHub] [incubator-hudi] satishkotha commented on a change in pull request #1274: [HUDI-571] Add 'commits show archived' command to CLI

satishkotha commented on a change in pull request #1274: [HUDI-571] Add 'commits show archived' command to CLI
URL: https://github.com/apache/incubator-hudi/pull/1274#discussion_r370818776
 
 

 ##########
 File path: hudi-common/src/main/java/org/apache/hudi/common/model/HoodiePartitionMetadata.java
 ##########
 @@ -38,6 +38,7 @@
   public static final String HOODIE_PARTITION_METAFILE = ".hoodie_partition_metadata";
   public static final String PARTITION_DEPTH_KEY = "partitionDepth";
   public static final String COMMIT_TIME_KEY = "commitTime";
+  public static final String ACTION_TYPE_KEY = "actionType";
 
 Review comment:
    I thought having all metadata constants in one place would make it simpler. This is used in reading archived commit. I can move the constant to ArchivedTimeline if you think thats a better place.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services