Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Dec 31, 2024
1 parent dd9c14f commit 401afdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl<'a> ClusteringInformation<'a> {
.get_option(OPT_KEY_CLUSTER_TYPE, ClusterType::Linear);
if matches!(typ, ClusterType::Hilbert) {
return Err(ErrorCode::UnsupportedClusterType(
"Unsupported 'hilbert' type, Please use 'hilbert_clustering_information' instead"
"Unsupported 'hilbert' type",
));
}
}
Expand Down

0 comments on commit 401afdb

Please sign in to comment.