Skip to content

Commit

Permalink
Revert deletion of unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
voonhou.su committed Jul 4, 2022
1 parent 396022e commit 4b8d925
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ public static class HiveSyncConfigParams {
public String bucketSpec;
@Parameter(names = {"--sync-comment"}, description = "synchronize table comments to hive")
public Boolean syncComment;
@Parameter(names = {"--with-operation-field"}, description = "Whether to include the '_hoodie_operation' field in the metadata fields")
public Boolean withOperationField; // TODO remove this as it's not used

public boolean isHelp() {
return hoodieSyncConfigParams.isHelp();
Expand Down

0 comments on commit 4b8d925

Please sign in to comment.