@@ -152,16 +152,16 @@ class ManifestReaderV2Test : public TempFileTestBase {
152152 std::vector<int64_t > record_counts = {4 };
153153
154154 std::vector<std::map<int32_t , std::vector<uint8_t >>> lower_bounds = {
155- {{1 , iceberg:: Literal::Long (1 ).Serialize ().value ()},
156- {2 , iceberg:: Literal::String (" record_four" ).Serialize ().value ()},
157- {3 , iceberg:: Literal::String (" data_content_1" ).Serialize ().value ()},
158- {4 , iceberg:: Literal::Double (123.45 ).Serialize ().value ()}}};
155+ {{1 , Literal::Long (1 ).Serialize ().value ()},
156+ {2 , Literal::String (" record_four" ).Serialize ().value ()},
157+ {3 , Literal::String (" data_content_1" ).Serialize ().value ()},
158+ {4 , Literal::Double (123.45 ).Serialize ().value ()}}};
159159
160160 std::vector<std::map<int32_t , std::vector<uint8_t >>> upper_bounds = {
161- {{1 , iceberg:: Literal::Long (4 ).Serialize ().value ()},
162- {2 , iceberg:: Literal::String (" record_two" ).Serialize ().value ()},
163- {3 , iceberg:: Literal::String (" data_content_4" ).Serialize ().value ()},
164- {4 , iceberg:: Literal::Double (456.78 ).Serialize ().value ()}}};
161+ {{1 , Literal::Long (4 ).Serialize ().value ()},
162+ {2 , Literal::String (" record_two" ).Serialize ().value ()},
163+ {3 , Literal::String (" data_content_4" ).Serialize ().value ()},
164+ {4 , Literal::Double (456.78 ).Serialize ().value ()}}};
165165
166166 manifest_entries.emplace_back (
167167 ManifestEntry{.status = ManifestStatus::kAdded ,
0 commit comments