dolthub / dolt

Dolt – Git for Data
Apache License 2.0
17.41k stars 488 forks source link

Full text index descriptors/range incompatibility #8029

Open max-hoffman opened 4 weeks ago

max-hoffman commented 4 weeks ago

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.