EnricoMi commented on code in PR #44279: URL: https://github.com/apache/arrow/pull/44279#discussion_r2016167645
########## docs/source/cpp/flight.rst: ########## @@ -239,7 +239,16 @@ Memory management ----------------- Flight tries to reuse allocations made by gRPC to avoid redundant -data copies. However, this means that those allocations may not +data copies. Experience shows that Arrow data in those allocations are not +found at aligned addresses. Some Flight client use cases may require `data alignment`_, Review Comment: I went for the term "data type-specific" alignment instead of "natural" here. https://github.com/apache/arrow/blob/b3e607b6d53ba7d26791ba6c2b5bda64d9b0e709/cpp/src/arrow/util/align_util.h#L74-L81 -- 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]
