cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.1k stars 3.8k forks source link

props: handle 1-to-many mapping in FuncDepSet.RemapFrom #134091

Open DrewKimball opened 13 hours ago

DrewKimball commented 13 hours ago

Previously, FuncDepSet.RemapFrom could produce an invalid FD set if the remapping mapped a "from" column to more than one "to" column. This is possible in some cases for WithScan, Intersect, and Except operators. This commit fixes the bug by creating a new equivalence for each remapped column when there are multiple "to" columns.

This assertion is only checked in test builds, and the bug has not caused any known problems, so there is not release note.

Fixes #133221

Release note: None

cockroach-teamcity commented 13 hours ago

This change is Reviewable