AntoinePrv commented on code in PR #47515:
URL: https://github.com/apache/arrow/pull/47515#discussion_r2351493811


##########
cpp/src/arrow/util/bpacking_internal.h:
##########
@@ -17,18 +17,23 @@
 
 #pragma once
 
-#include "arrow/util/endian.h"
 #include "arrow/util/visibility.h"
 
-#include <stdint.h>
+#include <cstdint>
 
-namespace arrow {
-namespace internal {
+namespace arrow::internal {
+
+/// The scalar 32 bit unpacking.

Review Comment:
   Agreed! `_scalar` was also the convention for byte stream split.



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

Reply via email to