Skip to content

Commit 621fd3b

Browse files
test
1 parent ab359e2 commit 621fd3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

regression-test/suites/statistics/analyze_stats.groovy

+3-1
Original file line numberDiff line numberDiff line change
@@ -2765,6 +2765,9 @@ PARTITION `p599` VALUES IN (599)
27652765
alter_result = sql """show column cached stats alter_test(id)"""
27662766
assertEquals(1, alter_result.size())
27672767

2768+
def tablets = sql """ show tablets from __internal_schema.column_statistics """
2769+
println(tablets)
2770+
27682771
// Test trigger type, manual default full, manual high health value, sample empty, kill job, show analyze
27692772
sql """DROP DATABASE IF EXISTS trigger"""
27702773
sql """CREATE DATABASE IF NOT EXISTS trigger"""
@@ -2905,7 +2908,6 @@ PARTITION `p599` VALUES IN (599)
29052908
assertEquals("521779.0", alter_result[0][5])
29062909
assertEquals("7.142863009760572", alter_result[0][6])
29072910

2908-
29092911
sql """DROP DATABASE IF EXISTS trigger"""
29102912
}
29112913

0 commit comments

Comments
 (0)