amoeba commented on code in PR #46180: URL: https://github.com/apache/arrow/pull/46180#discussion_r2082236474
########## 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: Is this change and other similar ones below correct? I think what I have is correct but maybe am misunderstanding. -- 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