Skip to content

Commit 12c28fd

Browse files
committed
refactor: Add empty properties to various request and response models
1 parent 6c245ca commit 12c28fd

File tree

2 files changed

+120
-52
lines changed

2 files changed

+120
-52
lines changed

src/iceberg/test/data_writer_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ TEST_P(DataWriterFormatTest, CreateWithFormat) {
112112
.partition = PartitionValues{},
113113
.format = format,
114114
.io = file_io_,
115+
.sort_order_id = std::nullopt,
115116
.properties =
116117
format == FileFormatType::kParquet
117118
? std::unordered_map<std::string,

0 commit comments

Comments
 (0)