xicm commented on PR #6986: URL: https://github.com/apache/hudi/pull/6986#issuecomment-1299469078
Hi @alexeykudinkin, I create a new model ```HoodieLogFileWithPartition``` extends ```HoodieLogFile``` (is it a good way?), and init partitionValues when ```buildSplits``` in ```MergeOnReadSnapshotRelation```, finally pass partitionValues to ```AbstractHoodieLogRecordReader```. Please review when you are available. If there are unreasonable implementations, correct me, I will fix. Thanks. :) -- 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]
