We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34af1d8 commit e976324Copy full SHA for e976324
sql/stats/iter.go
@@ -82,7 +82,7 @@ func (s *statsIter) updateIndexMeta() {
82
}
83
s.types = dStat.Types()
84
s.typesStr = typesB.String()
85
- if dStat.LowerBound() != nil {
+ if len(dStat.LowerBound()) > 0 {
86
s.lowerBoundStr = StringifyKey(dStat.LowerBound(), dStat.Types())
87
88
s.colsStr = strings.Join(dStat.Columns(), ",")
0 commit comments