nsivabalan opened a new pull request, #9311: URL: https://github.com/apache/hudi/pull/9311
### Change Logs Enhancing RLI schema with MDT to support for fileID format. We can store UUID based format or any other format as well. ### Impact RLI can support storing fileId of any formats. 1. UUID based one which can be reconstructed using high order bits, low order bits and fileIndex. 2. raw string format stored using field "fileId". So, we are adding a field called "fileIdEncoding" to denote the fileId format. default value of 0 represents UUID based fileID, while 1 represents raw string format. ### Risk level (write none, low medium or high below) low. ### Documentation Update N/A ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
