[HUDI-4255] Make the flink merge and replace handle intermediate file visible (#5866)
This commit is contained in:
@@ -195,8 +195,10 @@ public class HoodieMergeHandle<T extends HoodieRecordPayload, I, K, O> extends H
|
||||
writeStatus.getStat().setFileId(fileId);
|
||||
setWriteStatusPath();
|
||||
|
||||
// Create Marker file
|
||||
createMarkerFile(partitionPath, newFileName);
|
||||
// Create Marker file,
|
||||
// uses name of `newFilePath` instead of `newFileName`
|
||||
// in case the sub-class may roll over the file handle name.
|
||||
createMarkerFile(partitionPath, newFilePath.getName());
|
||||
|
||||
// Create the writer for writing the new version file
|
||||
fileWriter = createNewFileWriter(instantTime, newFilePath, hoodieTable, config,
|
||||
|
||||
Reference in New Issue
Block a user