cshuo opened a new issue, #19178: URL: https://github.com/apache/hudi/issues/19178
### Feature Description **What the feature achieves:** Support encode/decode of insert ordering for record positions in native log files, so record positions can preserve/reconstruct the original insert order. **Why this feature is needed:** Part of the native LSM file layout effort (see #14310); record positions of native log files need to support ordering semantics for correct merging/compaction behavior. ### User Experience **How users will use this feature:** No additional configuration needed. - Configuration changes needed - API changes - Usage examples ### Hudi RFC Requirements **RFC PR link:** (if applicable) rfc-103 **Why RFC is/isn't needed:** - Does this change public interfaces/APIs? (No) - Does this change storage format? (Yes) - Justification: affects how record positions are encoded within native log files. -- 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]
