We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4a480 commit 3b6015eCopy full SHA for 3b6015e
cpp/src/arrow/dataset/test_util_internal.h
@@ -2140,8 +2140,8 @@ class WriteFileSystemDatasetMixin : public MakeFileSystemDatasetMixin {
2140
actual_struct = std::dynamic_pointer_cast<Array>(struct_array);
2141
}
2142
2143
- auto expected_struct = ArrayFromJSON(struct_(expected_physical_schema_->fields()),
2144
- file_contents->second);
+ auto expected_struct = arrow::ArrayFromJSON(
+ struct_(expected_physical_schema_->fields()), file_contents->second);
2145
2146
AssertArraysEqual(*expected_struct, *actual_struct, /*verbose=*/true);
2147
0 commit comments