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
156856: roachtest/vecindex: deflake vecindex test r=mw5h a=mw5h
There's some nondeterminism in the recall rates of a vector index, and it looks like I set the fail threshold for these tests a bit too high.
Fixes: #156787
Release note: None
156888: rowenc: fix decoding for Canonical types r=jeffswenson a=jeffswenson
The definition of a Canonical type is the Canonical type is the type of the datum that a column decodes into. This was only partially true for the two canonical types that use the oid wrapper. The citext type was decoded by the value side decoder, but not the keyside decoder. The name type was decoded by the key side decoder, but not the value side decoder.
Release note: none
Epic: CRDB-48647
Co-authored-by: Matt White <matt.white@cockroachlabs.com>
Co-authored-by: Jeff Swenson <jeffswenson@betterthannull.com>
0 commit comments