[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:
@@ -29,7 +29,6 @@ import java.util.Objects;
|
||||
*/
|
||||
public class HoodieKey implements Serializable {
|
||||
|
||||
|
||||
private final String recordKey;
|
||||
|
||||
private final String partitionPath;
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user