diff --git a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java index a9401c9c0..d03fb1b47 100644 --- a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java +++ b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java @@ -24,8 +24,7 @@ import java.util.Objects; /** * HoodieKey consists of *

- * - recordKey : a recordKey that acts as primary key for a record - partitionPath : path to the partition that contains - * the record. + * - recordKey : a recordKey that acts as primary key for a record. * - partitionPath : the partition path of a record. */ public class HoodieKey implements Serializable {