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 e4c3229 commit 30bc2c6Copy full SHA for 30bc2c6
src/ops/targets/kuzu.rs
@@ -1031,8 +1031,6 @@ impl TargetFactoryBase for Factory {
1031
Ok(
1032
if desired.referenced_node_tables != existing.referenced_node_tables {
1033
SetupStateCompatibility::NotCompatible
1034
- } else if desired.vector_indexes != existing.vector_indexes {
1035
- SetupStateCompatibility::Compatible
1036
} else {
1037
check_table_compatibility(&desired.schema, &existing.schema)
1038
},
0 commit comments