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 1afaaa4 commit 8f39b1dCopy full SHA for 8f39b1d
src/ops/targets/kuzu.rs
@@ -772,7 +772,7 @@ impl TargetFactoryBase for Factory {
772
let data_coll_outputs: Vec<TypedExportDataCollectionBuildOutput<Self>> =
773
std::iter::zip(data_collections, analyzed_data_colls.into_iter())
774
.map(|(data_coll, analyzed)| {
775
- if data_coll.index_options.vector_indexes.len() > 0 {
+ if !data_coll.index_options.vector_indexes.is_empty() {
776
api_bail!("Vector indexes are not supported for Kuzu yet");
777
}
778
fn to_dep_table(
0 commit comments