Skip to content

Commit 2a1f1f5

Browse files
committed
fix
1 parent 3ada53b commit 2a1f1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/ee/src/hilbert_clustering/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl HilbertClusteringHandler for RealHilbertClusteringHandler {
6363
let max_bytes_per_block = fuse_table.get_option(
6464
FUSE_OPT_KEY_BLOCK_IN_MEM_SIZE_THRESHOLD,
6565
DEFAULT_BLOCK_BUFFER_SIZE,
66-
) * 2;
66+
);
6767
let hilbert_min_bytes = std::cmp::max(
6868
hilbert_clustering_min_bytes,
6969
max_bytes_per_block * block_per_seg,

0 commit comments

Comments
 (0)