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.
2 parents 697bc20 + 5914125 commit 148b4e2Copy full SHA for 148b4e2
sql/analyzer/assign_indexes_test.go
@@ -166,7 +166,7 @@ func TestAssignIndexes(t *testing.T) {
166
result, err = assignIndexes(a, node)
167
require.NoError(err)
168
169
- lookupIdxs, ok = result["t1"]
+ _, ok = result["t1"]
170
require.False(ok)
171
172
node = plan.NewProject(
@@ -183,7 +183,7 @@ func TestAssignIndexes(t *testing.T) {
183
184
185
186
187
188
}
189
0 commit comments