chakkk309 commented on code in PR #48615:
URL: https://github.com/apache/arrow/pull/48615#discussion_r2645678991
##########
cpp/src/arrow/util/span_test.cc:
##########
@@ -22,61 +22,61 @@
#include "arrow/testing/gtest_util.h"
#include "arrow/testing/matchers.h"
-#include "arrow/util/span.h"
+#include <span>
using testing::ElementsAre;
using testing::ElementsAreArray;
using testing::PrintToString;
-namespace arrow::util {
+namespace arrow_util_span_test {
Review Comment:
No, i think this test file is no longer needed, so i will remove it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]