amoeba commented on code in PR #46180: URL: https://github.com/apache/arrow/pull/46180#discussion_r2082362259
########## cpp/src/arrow/testing/gtest_util.cc: ########## @@ -1020,19 +1018,19 @@ std::shared_ptr<Array> MakeComplex128(const std::shared_ptr<Array>& real, } std::shared_ptr<Array> ExampleUuid() { - auto arr = ArrayFromJSON( + auto arr = arrow::ArrayFromJSON( Review Comment: My methodology was just to keep the patch here small and focused. I think I see your point about refactoring the internals though. What do you think about doing that as a follow-up issue to this one? -- 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