dolt
dolt copied to clipboard
Full text index descriptors/range incompatibility
When implementing Range.KeyRangeLookup
, some of the tests panicked because len(Range.Fields) != Range.Desc.Count()
. I worked around the problem but did not dig into why this is the case. It seems suspicious and could cause issues elsewhere.