Skip to content

Commit 8c73931

Browse files
committed
adjust ignore error
Signed-off-by: wjhuang2016 <[email protected]>
1 parent 989a18c commit 8c73931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

framework/run.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ var dmlIgnoreList = []string{
124124
"Unsupported tidb_enable_dist_task setting",
125125
"After column pruning, some operator got zero row output",
126126
//"other error for mpp stream",
127+
"slice bounds out of range",
128+
"index out of range",
127129

128130
"Can't find a proper physical plan for this query",
129131
"Your query has been cancelled due to exceeding the allowed memory limit",

0 commit comments

Comments
 (0)