Skip to content

Commit 7146202

Browse files
committed
fix a little
1 parent f8da122 commit 7146202

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/inte/blob_table_inte_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,6 +2121,7 @@ TEST_P(BlobTableInteTest, TestBlobDescriptorFieldPartialExternalStorageNoAsDescr
21212121
auto read_concat = arrow::Concatenate(result.chunked_array->chunks()).ValueOrDie();
21222122
auto read_struct = std::dynamic_pointer_cast<arrow::StructArray>(read_concat);
21232123

2124+
// After read, b0 and b1 are both descriptor-stored; resolve all back to raw bytes
21242125
ASSERT_OK_AND_ASSIGN(auto resolved, ConvertDescriptorToRawBlob(read_struct, {"b0", "b1"}));
21252126
ASSERT_OK_AND_ASSIGN(auto expected_with_rk, PrependRowKindColumn(raw_array));
21262127
ASSERT_TRUE(resolved->Equals(expected_with_rk));

0 commit comments

Comments
 (0)