Skip to content

Commit

Permalink
feat: CHECK constraints, back out limiting features behind feature fl…
Browse files Browse the repository at this point in the history
…ag because it caused many tests to fail
  • Loading branch information
hntd187 committed Dec 14, 2023
1 parent 1efd1fe commit e4f59a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/deltalake-core/src/operations/transaction/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ pub static INSTANCE: Lazy<ProtocolChecker> = Lazy::new(|| {

let mut writer_features = HashSet::new();
writer_features.insert(WriterFeatures::AppendOnly);
#[cfg(feature = "datafusion")]
writer_features.insert(WriterFeatures::Invariants);
#[cfg(feature = "datafusion")]
writer_features.insert(WriterFeatures::CheckConstraints);
// writer_features.insert(WriterFeatures::ChangeDataFeed);
// writer_features.insert(WriterFeatures::GeneratedColumns);
Expand Down

0 comments on commit e4f59a3

Please sign in to comment.