Skip to content

Commit a660bed

Browse files
committed
fix test
1 parent 2a1f1f5 commit a660bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sqllogictests/suites/ee/07_hilbert_clustering/07_0000_recluster_final.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ select * EXCLUDE(timestamp) from clustering_information('test_hilbert','t');
7777
query I
7878
select count() from fuse_snapshot('test_hilbert','t');
7979
----
80-
8
80+
9
8181

8282
query II
8383
select block_count,row_count from fuse_segment('test_hilbert','t');
@@ -109,7 +109,7 @@ select * EXCLUDE(timestamp) from clustering_information('test_hilbert','t');
109109
query T
110110
select * EXCLUDE(timestamp) from clustering_information('test_hilbert','t', 'a,b');
111111
----
112-
(a, b) linear {"average_depth":1.0,"average_overlaps":0.0,"block_depth_histogram":{"00001":5},"constant_block_count":0,"total_block_count":5}
112+
(a, b) linear {"average_depth":1.4,"average_overlaps":0.4,"block_depth_histogram":{"00001":3,"00002":2},"constant_block_count":0,"total_block_count":5}
113113

114114
# column specified not exist
115115
statement error 1065

0 commit comments

Comments
 (0)