Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tabledesc: Relaxed postDeserializationChanges
Previously, in post deserialization changes, we deduplicate column IDs in a sequence's back references. In particular, if there are any 0-valued column IDs, we remove them altogether unless this is the only column ID in the reference. This commit removed that to allow a ref with column ids like "[0, 2]".
- Loading branch information