Skip to content

Commit

Permalink
Implement RESTful AppendFiles Operation
Browse files Browse the repository at this point in the history
  • Loading branch information
geruh committed Jan 25, 2024
1 parent e3ee41a commit 7f20e5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private MetadataUpdateParser() {}
static final String REMOVE_STATISTICS = "remove-statistics";
static final String ADD_VIEW_VERSION = "add-view-version";
static final String SET_CURRENT_VIEW_VERSION = "set-current-view-version";
static final String APPEND_FILES = "append-files";
static final String SET_PARTITION_STATISTICS = "set-partition-statistics";
static final String REMOVE_PARTITION_STATISTICS = "remove-partition-statistics";
static final String APPEND_FILES = "append-files";
Expand Down

0 comments on commit 7f20e5b

Please sign in to comment.