Skip to content

Commit 0295d01

Browse files
JustinRush80ion-elgreco
authored andcommitted
change to writerfeature
Signed-off-by: JustinRush80 <[email protected]>
1 parent a789d08 commit 0295d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/operations/write/generated_columns.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn able_to_gc(snapshot: &DeltaTableState) -> DeltaResult<bool> {
1313
return Ok(false);
1414
}
1515
if snapshot.protocol().min_writer_version == 7
16-
&& !features.contains(&delta_kernel::table_features::WriterFeatures::GeneratedColumns)
16+
&& !features.contains(&delta_kernel::table_features::WriterFeature::GeneratedColumns)
1717
{
1818
return Ok(false);
1919
}

0 commit comments

Comments
 (0)