@@ -48,12 +48,12 @@ class BTreeFileMetaSelectorTest : public ::testing::Test {
4848 // file6: only-nulls file (no keys, has_nulls=true)
4949 auto meta6 = std::make_shared<BTreeIndexMeta>(nullptr , nullptr , true );
5050 files_ = {
51- GlobalIndexIOMeta (" file1" , 1 , meta1->Serialize (pool_.get ())),
52- GlobalIndexIOMeta (" file2" , 1 , meta2->Serialize (pool_.get ())),
53- GlobalIndexIOMeta (" file3" , 1 , meta3->Serialize (pool_.get ())),
54- GlobalIndexIOMeta (" file4" , 1 , meta4->Serialize (pool_.get ())),
55- GlobalIndexIOMeta (" file5" , 1 , meta5->Serialize (pool_.get ())),
56- GlobalIndexIOMeta (" file6" , 1 , meta6->Serialize (pool_.get ())),
51+ GlobalIndexIOMeta (" file1" , 1 , meta1->Serialize (pool_.get ()), std:: nullopt ),
52+ GlobalIndexIOMeta (" file2" , 1 , meta2->Serialize (pool_.get ()), std:: nullopt ),
53+ GlobalIndexIOMeta (" file3" , 1 , meta3->Serialize (pool_.get ()), std:: nullopt ),
54+ GlobalIndexIOMeta (" file4" , 1 , meta4->Serialize (pool_.get ()), std:: nullopt ),
55+ GlobalIndexIOMeta (" file5" , 1 , meta5->Serialize (pool_.get ()), std:: nullopt ),
56+ GlobalIndexIOMeta (" file6" , 1 , meta6->Serialize (pool_.get ()), std:: nullopt ),
5757 };
5858 }
5959
0 commit comments