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
chore: resolve merge of main into mutation-pipeline branch
Mechanical fixes after merging current main:
- Update stale `hypermodeinc/dgraph` import paths to `dgraph-io/dgraph`
in posting/lists.go and worker/sort_test.go.
- Fix posting/mvcc_test.go TestRegression9597 (added on main) — the
branch refactored LocalCache.deltas from a map to a *Deltas wrapping
a sharded map, so direct map indexing no longer compiles. Use
Deltas.AddToDeltas() instead.
- Bring types/locked_sharded_map.go license header into the
project's standard format.
- Doc fix in TESTING.md (stray hypermodeinc reference).
No behavior change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments