We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149d652 commit 3d7ecb4Copy full SHA for 3d7ecb4
1 file changed
encodings/parquet-variant/src/array.rs
@@ -45,9 +45,7 @@ use vortex_mask::Mask;
45
///
46
/// 2. **Value child nullability**: the `value` child is `Binary` and may be nullable or
47
/// 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.
+/// instead, so the corresponding `value` slot is null — making the child nullable.
51
52
/// 3. **Typed-value child nullability**: the `typed_value` child carries its own `DType`
53
/// (which includes nullability).
0 commit comments