Skip to content

Commit a1ec51c

Browse files
committed
Bug fix for num_dimensions
1 parent 62cb165 commit a1ec51c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • timescale_vector/src/access_method

timescale_vector/src/access_method/bq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ impl BqNode {
673673
Self::new(
674674
heap_pointer,
675675
meta_page.get_num_neighbors() as usize,
676-
meta_page.get_num_dimensions() as usize,
676+
meta_page.get_num_dimensions_to_index() as usize,
677677
bq_vector,
678678
)
679679
}

0 commit comments

Comments
 (0)