Skip to content

Commit 3b6015e

Browse files
committed
One more fix
1 parent ed4a480 commit 3b6015e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/arrow/dataset/test_util_internal.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2140,8 +2140,8 @@ class WriteFileSystemDatasetMixin : public MakeFileSystemDatasetMixin {
21402140
actual_struct = std::dynamic_pointer_cast<Array>(struct_array);
21412141
}
21422142

2143-
auto expected_struct = ArrayFromJSON(struct_(expected_physical_schema_->fields()),
2144-
file_contents->second);
2143+
auto expected_struct = arrow::ArrayFromJSON(
2144+
struct_(expected_physical_schema_->fields()), file_contents->second);
21452145

21462146
AssertArraysEqual(*expected_struct, *actual_struct, /*verbose=*/true);
21472147
}

0 commit comments

Comments
 (0)