Merge pull request #61 from zqureshi/format-comment-hoodiekey
Format param comment in HoodieKey
This commit is contained in:
@@ -23,8 +23,8 @@ import java.io.Serializable;
|
|||||||
/**
|
/**
|
||||||
* HoodieKey consists of
|
* HoodieKey consists of
|
||||||
*
|
*
|
||||||
* - recordKey : a recordKey that acts as primary key for a record - partitionPath : path to the
|
* - recordKey : a recordKey that acts as primary key for a record
|
||||||
* partition that contains the record
|
* - partitionPath : path to the partition that contains the record
|
||||||
*/
|
*/
|
||||||
public class HoodieKey implements Serializable {
|
public class HoodieKey implements Serializable {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user