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