kunalsinghdadhwal opened a new pull request, #9576:
URL: https://github.com/apache/arrow-rs/pull/9576

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and 
enhancements and this helps us generate change logs for our releases. You can 
link an issue to this PR using the GitHub syntax.
   -->
   
   - Closes #9526 
   
   # Rationale for this change
   
   <!--
   Why are you proposing this change? If this is already explained clearly in 
the issue then this section is not needed.
   Explaining clearly why changes are proposed helps reviewers understand your 
changes and offer better suggestions for fixes.
   -->
   
   `shred_variant` already supports Binary and LargeBinary types (#9525, 
#9554), but unshred_variant does not handle these types. This means shredded 
Binary/LargeBinary columns cannot be converted back to unshredded VariantArrays.
   
   # What changes are included in this PR?
   
     Adds unshred_variant support for DataType::Binary and 
DataType::LargeBinary in parquet-variant-compute/src/unshred_variant.rs:
     - New enum variants PrimitiveBinary and PrimitiveLargeBinary
     - Match arms in append_row and try_new_opt
     - AppendToVariantBuilder impls for BinaryArray and LargeBinaryArray
   
   
   
   # Are these changes tested?
   
   Yes
   
   # Are there any user-facing changes?
   
   No breaking 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]

Reply via email to