We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa14d7 commit e36bf19Copy full SHA for e36bf19
crates/integrations/datafusion/src/table/table_provider_factory.rs
@@ -241,7 +241,7 @@ mod tests {
241
options: Default::default(),
242
table_partition_cols: Default::default(),
243
order_exprs: Default::default(),
244
- constraints: Constraints::empty(),
+ constraints: Constraints::default(),
245
column_defaults: Default::default(),
246
if_not_exists: Default::default(),
247
temporary: false,
0 commit comments