Fixed HUDI-87 : Remove schemastr from BaseAvroPayload
This commit is contained in:
committed by
vinoth chandar
parent
372fbc4733
commit
e56c1612e4
@@ -76,6 +76,9 @@ public class HoodieMergeHandle<T extends HoodieRecordPayload> extends HoodieIOHa
|
||||
.filter(dataFile -> dataFile.getFileId().equals(fileId)).findFirst());
|
||||
}
|
||||
|
||||
/**
|
||||
* Called by compactor code path
|
||||
*/
|
||||
public HoodieMergeHandle(HoodieWriteConfig config, String commitTime, HoodieTable<T> hoodieTable,
|
||||
Map<String, HoodieRecord<T>> keyToNewRecords, String fileId, Optional<HoodieDataFile> dataFileToBeMerged) {
|
||||
super(config, commitTime, hoodieTable);
|
||||
|
||||
Reference in New Issue
Block a user