Skip to content

Commit 3d7ecb4

Browse files
committed
doc fix
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 149d652 commit 3d7ecb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

encodings/parquet-variant/src/array.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)