[HUDI-1860] Add INSERT_OVERWRITE and INSERT_OVERWRITE_TABLE support to DeltaStreamer (#3184)
This commit is contained in:
@@ -673,8 +673,7 @@ public abstract class AbstractHoodieWriteClient<T extends HoodieRecordPayload, I
|
||||
}
|
||||
|
||||
/**
|
||||
* Provides a new commit time for a write operation (insert/update/delete).
|
||||
*
|
||||
* Provides a new commit time for a write operation (insert/update/delete/insert_overwrite/insert_overwrite_table) without specified action.
|
||||
* @param instantTime Instant time to be generated
|
||||
*/
|
||||
public void startCommitWithTime(String instantTime) {
|
||||
@@ -683,7 +682,7 @@ public abstract class AbstractHoodieWriteClient<T extends HoodieRecordPayload, I
|
||||
}
|
||||
|
||||
/**
|
||||
* Completes a new commit time for a write operation (insert/update/delete) with specified action.
|
||||
* Completes a new commit time for a write operation (insert/update/delete/insert_overwrite/insert_overwrite_table) with specified action.
|
||||
*/
|
||||
public void startCommitWithTime(String instantTime, String actionType) {
|
||||
HoodieTableMetaClient metaClient = createMetaClient(true);
|
||||
|
||||
Reference in New Issue
Block a user