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


##########
cpp/src/arrow/ipc/options.h:
##########
@@ -161,6 +161,12 @@ struct ARROW_EXPORT IpcReadOptions {
   /// RecordBatchStreamReader and StreamDecoder classes.
   bool ensure_native_endian = true;
 
+  /// \brief Whether to align incoming data if mis-aligned
+  ///
+  /// Received mis-aligned data is copied to aligned memory locations 
allocated via the
+  /// MemoryPool configured as \ref arrow::ipc::IpcReadOptions::memory_pool.

Review Comment:
   As I mentioned for the Flight docs, we want to explain what we mean by 
"alignment" here, to avoid misunderstandings and misexpectations.



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