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 d166b52 commit 5914125Copy full SHA for 5914125
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