diff --git a/executor/historical_stats_test.go b/executor/historical_stats_test.go index 8c92ca32d55ec..0b00d3182f019 100644 --- a/executor/historical_stats_test.go +++ b/executor/historical_stats_test.go @@ -305,5 +305,4 @@ PARTITION p0 VALUES LESS THAN (6) // has both global and p0 stats require.NotNil(t, jsTable.Partitions["p0"]) require.NotNil(t, jsTable.Partitions["global"]) - }