Skip to content

Commit a40c2b9

Browse files
committed
fix pre-commit
1 parent 7ebab5a commit a40c2b9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/inte/blob_table_inte_test.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -890,11 +890,11 @@ TEST_P(BlobTableInteTest, TestBlobBunchSpanningSchemaIds) {
890890
ASSERT_OK(Commit(table_path, total_msgs));
891891

892892
// ALTER TABLE ADD COLUMN f3 -> schema 1. Files written afterwards carry schema_id 1.
893-
ASSERT_OK(WriteNextSchema(
894-
table_path,
895-
{DataField(0, fields_[0]), DataField(1, fields_[1]), DataField(2, fields_[2]),
896-
DataField(3, arrow::field("f3", arrow::utf8()))},
897-
/*highest_field_id=*/3, options));
893+
ASSERT_OK(
894+
WriteNextSchema(table_path,
895+
{DataField(0, fields_[0]), DataField(1, fields_[1]), DataField(2, fields_[2]),
896+
DataField(3, arrow::field("f3", arrow::utf8()))},
897+
/*highest_field_id=*/3, options));
898898

899899
// Second commit under schema 1: the f1 blob for row 1 -> [1,1], schema_id 1. It is strictly
900900
// contiguous with the schema_id 0 f1 blob above ([0,0]), so both land in the same blob bunch.

0 commit comments

Comments
 (0)