We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989a18c commit 8c73931Copy full SHA for 8c73931
framework/run.go
@@ -124,6 +124,8 @@ var dmlIgnoreList = []string{
124
"Unsupported tidb_enable_dist_task setting",
125
"After column pruning, some operator got zero row output",
126
//"other error for mpp stream",
127
+ "slice bounds out of range",
128
+ "index out of range",
129
130
"Can't find a proper physical plan for this query",
131
"Your query has been cancelled due to exceeding the allowed memory limit",
0 commit comments