Skip to content

Commit e25a455

Browse files
committed
fix test
1 parent 87e224a commit e25a455

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
@@ -110,9 +110,9 @@ select info:partial_segment_count, info:unclustered_segment_count from clusterin
110110
########################################################
111111

112112
query T
113-
select * EXCLUDE(timestamp) from clustering_information('test_hilbert','t', 'a,b');
113+
select cluster_key, type, info:constant_block_count from clustering_information('test_hilbert','t', 'a,b');
114114
----
115-
(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}
115+
(a, b) linear 0
116116

117117
# column specified not exist
118118
statement error 1065

0 commit comments

Comments
 (0)