1
0

[MINOR] Clear up the redundant comment. (#1489)

This commit is contained in:
Zhiyuan Zhao
2020-04-06 16:31:54 +08:00
committed by GitHub
parent eaf6cc2d90
commit b5d093a21b

View File

@@ -24,8 +24,7 @@ import java.util.Objects;
/** /**
* HoodieKey consists of * HoodieKey consists of
* <p> * <p>
* - recordKey : a recordKey that acts as primary key for a record - partitionPath : path to the partition that contains * - recordKey : a recordKey that acts as primary key for a record.
* the record.
* - partitionPath : the partition path of a record. * - partitionPath : the partition path of a record.
*/ */
public class HoodieKey implements Serializable { public class HoodieKey implements Serializable {