scovich commented on code in PR #7865:
URL: https://github.com/apache/arrow-rs/pull/7865#discussion_r2183980555


##########
parquet-variant/src/builder.rs:
##########
@@ -291,14 +310,88 @@ impl MetadataBuilder {
         write_offset(&mut metadata, cur_offset, offset_size);

Review Comment:
   NOTE: We can't use `append_offset_array` because the final offset isn't 
known until after we've written all the other offsets. Also, because `metadata` 
isn't a `ValueBuffer`.



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