Skip to content

Commit

Permalink
Add default value for the partitionType to partition
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie committed Jan 15, 2024
1 parent faa16c9 commit 50d4429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class BlobStoreAbstractConfig implements Serializable {
private String formatType;

@Deprecated // Use partitioner instead
private String partitionerType;
private String partitionerType = "partition";
private PartitionerType partitioner = PartitionerType.LEGACY;

private boolean partitionerUseIndexAsOffset;
Expand Down

0 comments on commit 50d4429

Please sign in to comment.