sanjibansg commented on code in PR #14758: URL: https://github.com/apache/arrow/pull/14758#discussion_r1140060609
########## cpp/src/arrow/util/align_util.h: ########## @@ -64,5 +66,23 @@ inline BitmapWordAlignParams BitmapWordAlign(const uint8_t* data, int64_t bit_of return p; } +template <typename T> +Status EnsureAlignment(std::shared_ptr<T> object, int64_t alignment, Review Comment: Now checking the children as well -- 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]
