amoeba commented on code in PR #46180: URL: https://github.com/apache/arrow/pull/46180#discussion_r2053043634
########## cpp/src/arrow/acero/hash_join_node_test.cc: ########## @@ -1397,16 +1397,16 @@ TEST(HashJoin, Dictionary) { TestHashJoinDictionaryHelper( JoinType::FULL_OUTER, JoinKeyCmp::EQ, parallel, // Input - ArrayFromJSON(utf8(), R"(["a", "c", "c", "d"])"), + arrow::ArrayFromJSON(utf8(), R"(["a", "c", "c", "d"])"), Review Comment: Yeah that works and is probably better. Changed in 6479400cf8512fb1e3acfd489ee41d74b9b756bc. -- 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