Skip to content

Commit 6856ada

Browse files
committed
Add doc note about struct shredding
1 parent 1081990 commit 6856ada

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parquet-variant-compute/src/shred_variant.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ impl IntoShreddingField for (DataType, bool) {
413413
/// should be shredded and with what types. Fields are nullable by default; pass
414414
/// a `(data_type, nullable)` pair or a `FieldRef` to control nullability.
415415
///
416+
/// Note: this builder currently only supports struct fields. List support
417+
/// will be added in the future.
416418
///
417419
/// # Example
418420
///

0 commit comments

Comments
 (0)