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
* <p>
* - 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 {