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

   # Which issue does this PR close?
   
   Closes none (doc-only follow-up to 
[apache/arrow#46908](https://github.com/apache/arrow/issues/46908), which was 
closed 2025-09-17 when the canonical extension type was published).
   
   # Rationale for this change
   
   The `VariantArray` struct-level doc comment currently states:
   
   > At the time of this writing, Variant has been accepted as an official 
extension type but not been published to the official list of extension types 
on the Apache Arrow website.
   
   That is no longer true: Parquet Variant is now documented as a canonical 
Arrow extension type under the [Parquet 
Variant](https://arrow.apache.org/docs/format/CanonicalExtensions.html#parquet-variant)
 section of 
[`CanonicalExtensions`](https://arrow.apache.org/docs/format/CanonicalExtensions.html).
 The rendered [rustdoc for 
`VariantArray`](https://arrow.apache.org/rust/parquet/variant/struct.VariantArray.html#documentation)
 is therefore stale.
   
   # What changes are included in this PR?
   
   Update the `# Documentation` section of the `VariantArray` rustdoc to link 
directly to the `#parquet-variant` anchor of the canonical extensions page, and 
drop the reference to the now-closed tracking issue.
   
   # Are there any user-facing changes?
   
   Documentation only — no API or behavior 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