File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
crates/core/src/kernel/models Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -258,11 +258,11 @@ fn deletion_vector_field() -> StructField {
258258 StructField :: new (
259259 "deletionVector" ,
260260 DataType :: Struct ( Box :: new ( StructType :: new ( vec ! [
261- StructField :: new( "storageType" , DataType :: STRING , true ) ,
262- StructField :: new( "pathOrInlineDv" , DataType :: STRING , true ) ,
261+ StructField :: new( "storageType" , DataType :: STRING , false ) ,
262+ StructField :: new( "pathOrInlineDv" , DataType :: STRING , false ) ,
263263 StructField :: new( "offset" , DataType :: INTEGER , true ) ,
264- StructField :: new( "sizeInBytes" , DataType :: INTEGER , true ) ,
265- StructField :: new( "cardinality" , DataType :: LONG , true ) ,
264+ StructField :: new( "sizeInBytes" , DataType :: INTEGER , false ) ,
265+ StructField :: new( "cardinality" , DataType :: LONG , false ) ,
266266 ] ) ) ) ,
267267 true ,
268268 )
You can’t perform that action at this time.
0 commit comments