Skip to content

Commit f79e7b3

Browse files
committed
fix cpp-linter
1 parent 585ec90 commit f79e7b3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/iceberg/test/update_schema_test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ TEST_F(UpdateSchemaTest, CommitSuccess) {
315315

316316
const auto& field = field_opt->get();
317317
EXPECT_EQ(field.name(), "committed_col");
318-
auto type_id = field.type()->type_id();
319-
320318
EXPECT_EQ(*field.type(), *int64());
321319
EXPECT_TRUE(field.optional());
322320
EXPECT_EQ(field.doc(), "A committed column");

0 commit comments

Comments
 (0)