Skip to content

Commit f152495

Browse files
committed
fix test
1 parent 0cc75f6 commit f152495

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ select * EXCLUDE(timestamp) from clustering_information('test_hilbert','t');
4848

4949

5050
statement ok
51-
alter table t recluster final;
51+
alter table t recluster;
5252

5353
query I
5454
select count() from fuse_snapshot('test_hilbert','t');
5555
----
56-
6
56+
5
5757

5858
query II
5959
select count(a), sum(a) from t;
@@ -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-
9
80+
8
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.4,"average_overlaps":0.4,"block_depth_histogram":{"00001":3,"00002":2},"constant_block_count":0,"total_block_count":5}
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}
113113

114114
# column specified not exist
115115
statement error 1065

0 commit comments

Comments
 (0)