pitrou commented on code in PR #48615:
URL: https://github.com/apache/arrow/pull/48615#discussion_r2682964289
##########
cpp/src/arrow/compute/kernels/hash_aggregate_pivot.cc:
##########
@@ -33,12 +34,11 @@
#include "arrow/util/bit_block_counter.h"
#include "arrow/util/checked_cast.h"
#include "arrow/util/logging_internal.h"
-#include "arrow/util/span.h"
#include "arrow/visit_type_inline.h"
namespace arrow::compute::internal {
-using ::arrow::util::span;
+using std::span;
Review Comment:
Same here.
##########
cpp/src/arrow/compute/kernels/pivot_internal.cc:
##########
@@ -37,7 +37,7 @@
namespace arrow::compute::internal {
-using ::arrow::util::span;
+using std::span;
Review Comment:
Same in all other similar places too :)
--
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]