1
0

Format param comment in HoodieKey

This commit is contained in:
Zeeshan Qureshi
2017-01-16 22:14:30 -05:00
parent 693d751506
commit 8a39730273

View File

@@ -23,8 +23,8 @@ import java.io.Serializable;
/**
* HoodieKey consists of
*
* - 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 : path to the partition that contains the record
*/
public class HoodieKey implements Serializable {