pitrou commented on code in PR #48615:
URL: https://github.com/apache/arrow/pull/48615#discussion_r2682961289


##########
cpp/src/arrow/array/util.cc:
##########
@@ -15,18 +15,18 @@
 // specific language governing permissions and limitations
 // under the License.
 
-#include "arrow/array/util.h"
-
 #include <algorithm>
 #include <array>
 #include <cstdint>
 #include <cstring>
 #include <limits>
 #include <memory>
+#include <span>

Review Comment:
   If you didn't have to do any code-level changes in this file, then probably 
`<span>` does not need to be included at all?



-- 
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]

Reply via email to