Skip to content

Commit 8f39b1d

Browse files
georgeh0Copilot
andauthored
Update src/ops/targets/kuzu.rs
Co-authored-by: Copilot <[email protected]>
1 parent 1afaaa4 commit 8f39b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ops/targets/kuzu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ impl TargetFactoryBase for Factory {
772772
let data_coll_outputs: Vec<TypedExportDataCollectionBuildOutput<Self>> =
773773
std::iter::zip(data_collections, analyzed_data_colls.into_iter())
774774
.map(|(data_coll, analyzed)| {
775-
if data_coll.index_options.vector_indexes.len() > 0 {
775+
if !data_coll.index_options.vector_indexes.is_empty() {
776776
api_bail!("Vector indexes are not supported for Kuzu yet");
777777
}
778778
fn to_dep_table(

0 commit comments

Comments
 (0)