You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local index = opts.index or space.index[0]
local keyfields = create_keyfields(index)
if index.type ~= "TREE" then
error("Index "..index.name.." in space "..space.name.." is non-iteratable",2)
end
But my space has "HASH" primary index, not "TREE".
So I get an error "Index primary in space <my_space_name> is non-iteratable"
The text was updated successfully, but these errors were encountered:
d9k
changed the title
Automigrate fail
Automigrate fail: Index primary is non-iteratable
Feb 18, 2019
Can't migrate space with it's modified declaration:
In
moonwalker.lua
, insidemoonwalker(opts)
:But my space has
"HASH"
primary index, not"TREE"
.So I get an error "Index primary in space <my_space_name> is non-iteratable"
The text was updated successfully, but these errors were encountered: