dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Full text index descriptors/range incompatibility

Open max-hoffman opened this issue 8 months ago • 0 comments

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.

max-hoffman avatar Jun 17 '24 22:06 max-hoffman