[MINOR] Clear up the redundant comment. (#1489)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user