We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1875637 commit 43251feCopy full SHA for 43251fe
crates/core/src/operations/write/generated_columns.rs
@@ -13,7 +13,7 @@ pub fn able_to_gc(snapshot: &DeltaTableState) -> DeltaResult<bool> {
13
return Ok(false);
14
}
15
if snapshot.protocol().min_writer_version == 7
16
- && !features.contains(&delta_kernel::table_features::WriterFeatures::GeneratedColumns)
+ && !features.contains(&delta_kernel::table_features::WriterFeature::GeneratedColumns)
17
{
18
19
0 commit comments