Merge branch 'refs/heads/main' into rpgreen/fix-inverted-deser

# Conflicts:
#	rust/lancedb/src/index.rs
This commit is contained in:
Ryan Green
2024-10-25 14:50:44 -02:30

View File

@@ -133,6 +133,7 @@ impl std::fmt::Display for IndexType {
Self::Bitmap => write!(f, "BITMAP"),
Self::LabelList => write!(f, "LABEL_LIST"),
Self::FTS => write!(f, "FTS"),
Self::Inverted => write!(f, "FTS"),
}
}
}