From d803887c3fed398c4a5107df7698e5009991b640 Mon Sep 17 00:00:00 2001 From: "Alex Chi Z." <4198311+skyzh@users.noreply.github.com> Date: Sun, 20 Apr 2025 13:13:30 -0400 Subject: [PATCH] Update week3-01-ts-key-refactor.md --- mini-lsm-book/src/week3-01-ts-key-refactor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-lsm-book/src/week3-01-ts-key-refactor.md b/mini-lsm-book/src/week3-01-ts-key-refactor.md index 0d250d6..99e2b5e 100644 --- a/mini-lsm-book/src/week3-01-ts-key-refactor.md +++ b/mini-lsm-book/src/week3-01-ts-key-refactor.md @@ -16,7 +16,7 @@ cargo x copy-test --week 3 --day 1 cargo x scheck ``` -**Note: The MVCC subsystem is not fully tested until week 3 day 2. You only need to pass week 3 day 1 tests and all week 1 tests at the end of this day. Week 2 tests won't work because of compaction.** +**Note: The MVCC subsystem is not fully implemented until week 3 day 2. You only need to pass week 3 day 1 tests and all week 1 tests at the end of this day. Week 2 tests won't work because of compaction.** ## Task 0: Use MVCC Key Encoding