Skip to content

Commit

Permalink
Success
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Nov 1, 2024
1 parent 71f9258 commit 69d962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/dataset/scanner_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ TEST(ScanNode, MaterializationOfNestedVirtualColumn) {
auto c_data = batch.values[2].array()->Copy();
c_data->child_data.insert(c_data->child_data.begin(), nulls->data());
c_data->type = nested.dataset->schema()->field(2)->type();
auto c_array = std::make_shared<Int64Array>(c_data);
auto c_array = std::make_shared<StructArray>(c_data);
batch.values[2] = c_array;
}

Expand Down

0 comments on commit 69d962e

Please sign in to comment.