JingsongLi commented on PR #8782: URL: https://github.com/apache/paimon/pull/8782#issuecomment-5054306804
- `SchemaManager.java:898` only migrated `map.storage-layout` and `map.shared-shredding.max-columns`, omitting `MAP_SHARED_SHREDDING_COLUMN_PLACEMENT_POLICY` (defined in `CoreOptions.java:103`). - If the original column is configured as `plain`/`sequential`, the old option will remain under the old column name after the rename, and the new column will silently fall back to the default `LRU`, resulting in changes to subsequent file layout behavior. - It is recommended to add this option to the rename list and perform additional testing to verify that old keys are deleted and new keys/values are retained. -- 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]
