diff --git a/src/persist/src/indexed/encoding.rs b/src/persist/src/indexed/encoding.rs index 5227aa6044005..e98255b3042dd 100644 --- a/src/persist/src/indexed/encoding.rs +++ b/src/persist/src/indexed/encoding.rs @@ -132,6 +132,8 @@ impl Arbitrary for BatchColumnarFormat { Just(BatchColumnarFormat::Row).boxed(), Just(BatchColumnarFormat::Both(0)).boxed(), Just(BatchColumnarFormat::Both(1)).boxed(), + Just(BatchColumnarFormat::Both(2)).boxed(), + Just(BatchColumnarFormat::Structured).boxed(), ]) .boxed() }