@@ -161,7 +161,7 @@ query T
161161select * from fuse_statistic('db_09_0020', 't_string') order by column_name asc;
162162----
163163id 10 0 4 [bucket id: 0, min: "1", max: "1", ndv: 1.0, count: 1.0], [bucket id: 1, min: "2", max: "2", ndv: 1.0, count: 1.0], [bucket id: 2, min: "3", max: "3", ndv: 1.0, count: 1.0], [bucket id: 3, min: "4", max: "4", ndv: 1.0, count: 1.0], [bucket id: 4, min: "5", max: "5", ndv: 1.0, count: 1.0], [bucket id: 5, min: "6", max: "6", ndv: 1.0, count: 1.0], [bucket id: 6, min: "7", max: "7", ndv: 1.0, count: 1.0], [bucket id: 7, min: "8", max: "8", ndv: 1.0, count: 1.0], [bucket id: 8, min: "9", max: "9", ndv: 1.0, count: 1.0], [bucket id: 9, min: "10", max: "10", ndv: 1.0, count: 1.0]
164- str_val 10 0 15 [bucket id: 0, min: "1.0", max: "1.0", ndv: 1.0, count: 1.0], [bucket id: 1, min: "10.0", max: "10.0", ndv: 1.0, count: 1.0], [bucket id: 2, min: "2.0", max: "2.0", ndv: 1.0, count: 1.0], [bucket id: 3, min: "3.0", max: "3.0", ndv: 1.0, count: 1.0], [bucket id: 4, min: "4.0", max: "4.0", ndv: 1.0, count: 1.0], [bucket id: 5, min: "5.0", max: "5.0", ndv: 1.0, count: 1.0], [bucket id: 6, min: "6.0", max: "6.0", ndv: 1.0, count: 1.0], [bucket id: 7, min: "7.0", max: "7.0", ndv: 1.0, count: 1.0], [bucket id: 8, min: "8.0", max: "8.0", ndv: 1.0, count: 1.0], [bucket id: 9, min: "9.0", max: "9.0", ndv: 1.0, count: 1.0]
164+ str_val 10 0 16 [bucket id: 0, min: "1.0", max: "1.0", ndv: 1.0, count: 1.0], [bucket id: 1, min: "10.0", max: "10.0", ndv: 1.0, count: 1.0], [bucket id: 2, min: "2.0", max: "2.0", ndv: 1.0, count: 1.0], [bucket id: 3, min: "3.0", max: "3.0", ndv: 1.0, count: 1.0], [bucket id: 4, min: "4.0", max: "4.0", ndv: 1.0, count: 1.0], [bucket id: 5, min: "5.0", max: "5.0", ndv: 1.0, count: 1.0], [bucket id: 6, min: "6.0", max: "6.0", ndv: 1.0, count: 1.0], [bucket id: 7, min: "7.0", max: "7.0", ndv: 1.0, count: 1.0], [bucket id: 8, min: "8.0", max: "8.0", ndv: 1.0, count: 1.0], [bucket id: 9, min: "9.0", max: "9.0", ndv: 1.0, count: 1.0]
165165
166166# Test string comparison with histogram
167167query I
@@ -279,7 +279,7 @@ query T
279279show statistics from table db_09_0020.t4;
280280----
281281db_09_0020 t4 a 5 4 4 0 1 4 4 (empty)
282- db_09_0020 t4 b 5 4 3 0 a c 13 (empty)
282+ db_09_0020 t4 b 5 4 3 0 a c <slt:ignore> (empty)
283283
284284statement ok
285285alter table t4 set options(enable_auto_analyze = 1);
@@ -288,7 +288,7 @@ query T
288288show statistics from table db_09_0020.t4;
289289----
290290db_09_0020 t4 a 4 4 4 0 1 4 4 (empty)
291- db_09_0020 t4 b 4 4 3 0 a c 13 (empty)
291+ db_09_0020 t4 b 4 4 3 0 a c <slt:ignore> (empty)
292292
293293statement ok
294294delete from t4 where a = 4;
@@ -297,7 +297,7 @@ query T
297297show statistics from table db_09_0020.t4;
298298----
299299db_09_0020 t4 a 3 3 3 0 1 3 4 (empty)
300- db_09_0020 t4 b 3 3 2 0 a b 13 (empty)
300+ db_09_0020 t4 b 3 3 2 0 a b <slt:ignore> (empty)
301301
302302statement ok
303303DROP TABLE t4 all;
0 commit comments