1
0

[HUDI-714]Add javadoc and comments to hudi write method link (#1409)

* [HUDI-714] Add javadoc and comments to hudi write method link
This commit is contained in:
Mathieu
2020-05-16 20:36:51 +08:00
committed by GitHub
parent 148b2458f6
commit 25a0080b2f
9 changed files with 64 additions and 26 deletions

View File

@@ -29,7 +29,6 @@ import java.util.Objects;
*/
public class HoodieKey implements Serializable {
private final String recordKey;
private final String partitionPath;

View File

@@ -136,7 +136,7 @@ public class HoodieTableMetaClient implements Serializable {
}
/**
* For serailizing and de-serializing.
* For serializing and de-serializing.
*
* @deprecated
*/
@@ -149,7 +149,7 @@ public class HoodieTableMetaClient implements Serializable {
}
/**
* This method is only used when this object is deserialized in a spark executor.
* This method is only used when this object is de-serialized in a spark executor.
*
* @deprecated
*/