nsivabalan commented on pull request #3968: URL: https://github.com/apache/hudi/pull/3968#issuecomment-968399249
as already pointed out, watch out for compaction code path. Since partition is hard coded and payload does not have partition field as such, please walk through compaction code path and ensure things are ok. @prashantwason : for base file code path, please refer to HoodieBackedTableMetadata.readFromBaseAndMergeWithLogRecords(). thats where we read the record from basefile as GenericRecord and then generate HoodieRecord. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
