ding-young commented on code in PR #17363:
URL: https://github.com/apache/datafusion/pull/17363#discussion_r2316010183


##########
datafusion/physical-plan/src/spill/mod.rs:
##########
@@ -308,7 +308,7 @@ impl IPCStreamWriter {
         })?;
 
         let metadata_version = MetadataVersion::V5;
-        let alignment = 8;
+        let alignment = get_max_alignment_for_schema(schema);

Review Comment:
   Thank you, I made the changes. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to