Skip to content

Commit

Permalink
fix: breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Dec 1, 2024
1 parent 063e0ae commit 7e5bdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/table/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ impl TableConfig<'_> {
self.0
.get(TableProperty::ColumnMappingMode.as_ref())
.and_then(|o| o.as_ref().and_then(|v| v.parse().ok()))
.unwrap_or_default()
.unwrap_or(ColumnMappingMode::None)
}

/// Return the check constraints on the current table
Expand Down

0 comments on commit 7e5bdfe

Please sign in to comment.