Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

executor: add partition table testcase for historical stats #40453

Merged
merged 5 commits into from
Jan 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
Yisaer committed Jan 11, 2023
commit ace18871b486b87985bd8bae44503a9b6dfabd0f
1 change: 0 additions & 1 deletion executor/historical_stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

}