@@ -147,16 +147,16 @@ class ManifestReaderV2Test : public TempFileTestBase {
147147 std::vector<int64_t > record_counts = {4 };
148148
149149 std::vector<std::map<int32_t , std::vector<uint8_t >>> lower_bounds = {
150- {{1 , iceberg:: Literal::Long (1 ).Serialize ().value ()},
151- {2 , iceberg:: Literal::String (" record_four" ).Serialize ().value ()},
152- {3 , iceberg:: Literal::String (" data_content_1" ).Serialize ().value ()},
153- {4 , iceberg:: Literal::Double (123.45 ).Serialize ().value ()}}};
150+ {{1 , Literal::Long (1 ).Serialize ().value ()},
151+ {2 , Literal::String (" record_four" ).Serialize ().value ()},
152+ {3 , Literal::String (" data_content_1" ).Serialize ().value ()},
153+ {4 , Literal::Double (123.45 ).Serialize ().value ()}}};
154154
155155 std::vector<std::map<int32_t , std::vector<uint8_t >>> upper_bounds = {
156- {{1 , iceberg:: Literal::Long (4 ).Serialize ().value ()},
157- {2 , iceberg:: Literal::String (" record_two" ).Serialize ().value ()},
158- {3 , iceberg:: Literal::String (" data_content_4" ).Serialize ().value ()},
159- {4 , iceberg:: Literal::Double (456.78 ).Serialize ().value ()}}};
156+ {{1 , Literal::Long (4 ).Serialize ().value ()},
157+ {2 , Literal::String (" record_two" ).Serialize ().value ()},
158+ {3 , Literal::String (" data_content_4" ).Serialize ().value ()},
159+ {4 , Literal::Double (456.78 ).Serialize ().value ()}}};
160160
161161 manifest_entries.emplace_back (
162162 ManifestEntry{.status = ManifestStatus::kAdded ,
0 commit comments