This is an automated email from the ASF dual-hosted git repository.

leesf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new b5d093a  [MINOR] Clear up the redundant comment. (#1489)
b5d093a is described below

commit b5d093a21bbb19f164fbc549277188f2151232a8
Author: Zhiyuan Zhao <49054376+zhaomin1...@users.noreply.github.com>
AuthorDate: Mon Apr 6 16:31:54 2020 +0800

    [MINOR] Clear up the redundant comment. (#1489)
---
 hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java 
b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java
index a9401c9..d03fb1b 100644
--- a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java
+++ b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java
@@ -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 {

Reply via email to