amoeba commented on code in PR #46180: URL: https://github.com/apache/arrow/pull/46180#discussion_r2127739169
########## cpp/src/arrow/dataset/test_util_internal.h: ########## @@ -2140,8 +2140,8 @@ class WriteFileSystemDatasetMixin : public MakeFileSystemDatasetMixin { actual_struct = std::dynamic_pointer_cast<Array>(struct_array); } - auto expected_struct = ArrayFromJSON(struct_(expected_physical_schema_->fields()), - file_contents->second); + auto expected_struct = arrow::ArrayFromJSON( Review Comment: Closed by PR: https://github.com/apache/arrow/pull/46695. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org