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
fix: resolve post-merge compilation failure after KvApi refactoring
The merge of PR #18751 and #18759 introduced a semantic conflict where
vacuum tests were still importing the old KVApi trait instead of the
new KvApiExt trait. This caused compilation failures despite no git
merge conflicts being detected.
0 commit comments