leaves12138 commented on PR #9845: URL: https://github.com/apache/paimon/pull/9845#issuecomment-5692798665
> 1. We should probably remove `maxBytes`; it is always effective once the file is opened. > 2. The row IDs, partition data, or bucket data within a block should be designed using a lightweight, compressed storage format, such as delta encoding combined with RLE. (Should be sorted too) > 3. Four bytes are sufficient for the magic number. > 4. `manifestNameHash` is too tightly coupled; I don't think it's necessary. > 5. Partition data should always be enabled. Done -- 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]
