LuciferYang commented on PR #13231: URL: https://github.com/apache/gravitino/pull/13231#issuecomment-5698309216
Addressed in 206060be7. The field-name deep copy now preserves null rows (`row == null ? null : row.clone()`) in both the constructor and `fieldNames()`, and `properties` is stored as a null-tolerant `unmodifiableMap(new HashMap<>(...))` copy, matching the sibling `TableChange.AddIndex`. A null field-name row or a null property value no longer throws, and the built index stays externally immutable. Added regression tests for both. -- 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]
