You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
144958: backup: fail compaction jobs upon encountering range keys r=msbutler a=kev-cao
Previously if a compaction job encountered a range key, it would erroneously continue the job and succeed. As the current implementation of the backup compaction iterator skips range keys, if the compaction job encounters an SST file that contains range keys, it should fail the job.
Epic: None
Release note: Compaction jobs now properly fail upon encountering range keys.
145456: sql: prohibit jsonpath as element in composite type r=yuzefovich a=yuzefovich
This commit ties a few loose ends around the jsonpath data type:
- it prohibits creation of a composite type with jsonpath as an element (it should be fine, but we're doing this out of caution until we have encoding for jsonpath)
- it adds a validation for each element of a composite type for whether it can be used as a column type (under an assumption that if a type cannot be used as a column type, then any composite types consisting of that type cannot either)
- it also adds the issue number to the errors.
Informs: #144910.
Fixes: #144911.
Release note: None
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments