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
Diffing hierarchies like indexes is pretty gross right now. If the parent index is re-created, we need to push that re-create down to the child indexes. There's no good way of doing this, so we're forced to use a hackaround where when diffing the child indexes we:
Use the old and new schema map to fetch the old and new parent
Diff the old and new parent to figure out if we need to re-create them
The text was updated successfully, but these errors were encountered:
Diffing hierarchies like indexes is pretty gross right now. If the parent index is re-created, we need to push that re-create down to the child indexes. There's no good way of doing this, so we're forced to use a hackaround where when diffing the child indexes we:
The text was updated successfully, but these errors were encountered: