Skip to content

Commit e9c1385

Browse files
committed
fmt
1 parent a16cfc3 commit e9c1385

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/manifest_reader_test.cc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ class ManifestReaderV1Test : public TempFileTestBase {
6161
std::vector<int64_t> partitions = {447696, 473976, 465192, 447672};
6262

6363
// TODO(Li Feiyang): The Decimal type and its serialization logic are not yet fully
64-
// implemented
65-
// to support variable-length encoding as required by the Iceberg specification.
66-
// Using Literal::Binary as a temporary substitute to represent the raw bytes
67-
// for the decimal values.
64+
// implemented to support variable-length encoding as required by the Iceberg
65+
// specification. Using Literal::Binary as a temporary substitute to represent the raw
66+
// bytes for the decimal values.
6867
std::vector<std::map<int32_t, std::vector<uint8_t>>> bounds = {
6968
{{1, iceberg::Literal::Long(1234).Serialize().value()},
7069
{2, iceberg::Literal::Long(5678).Serialize().value()},

0 commit comments

Comments
 (0)