Closed AkiyamaKunka closed 1 year ago
Could you please also update the comment? https://github.com/cmu-db/bustub/blob/25f8d91fbc602f956928be36ed26ef420b2bd42a/src/include/container/hash/extendible_hash_table.h#L84-L95
I guess this will affect existing projects for this semester. Postpone merging to next semester. LGTM, thanks!
I guess this will affect existing projects for this semester. Postpone merging to next semester. LGTM, thanks! Appreciate it~
fixed with https://github.com/cmu-db/bustub/pull/524
From CMU 15-445 2022 fall Project Webpage,
ExtendibleHash::Insert()
method need return abool
type instead ofvoid
.