File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
encodings/parquet-variant/src Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,7 @@ use vortex_mask::Mask;
4545///
4646/// 2. **Value child nullability**: the `value` child is `Binary` and may be nullable or
4747/// non-nullable. In partially-shredded layouts some rows have their data in `typed_value`
48- /// instead, so the corresponding `value` slot is null — making the child nullable. This
49- /// nullability is persisted in [`ParquetVariantMetadata::value_nullable`] so that
50- /// serialization round-trips preserve the original Arrow field nullability.
48+ /// instead, so the corresponding `value` slot is null — making the child nullable.
5149///
5250/// 3. **Typed-value child nullability**: the `typed_value` child carries its own `DType`
5351/// (which includes nullability).
You can’t perform that action at this time.
0 commit comments