EnricoMi commented on code in PR #46180: URL: https://github.com/apache/arrow/pull/46180#discussion_r2083091029
########## 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: I was just thinking a file should be consistent, either use the new or the old methods. This file provides some convenience methods for testing, so it doesn't fully fit that aim. I am happy to withdraw my comments if you think the state of this file is sound. -- 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