chakkk309 commented on code in PR #48615: URL: https://github.com/apache/arrow/pull/48615#discussion_r2689960444
########## 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: Done. this file no longer includes <span> since it isn’t used. -- 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]
