Commit fe4636b
committed
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.1 parent 51a67dd commit fe4636b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments