Skip to content

Commit 989a18c

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

framework/run.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,16 @@ var dmlIgnoreList = []string{
113113
"character string",
114114

115115
// bug
116-
"slice bounds out of range",
117-
"index out of range",
118-
"writing inconsistent data in table",
119116
"should ensure all columns have the same length",
120117
"expected integer",
121-
"invalid memory address or nil pointer dereference",
122118
"encoding failed",
123119
"invalid input value",
124120
"region not found for key",
125121
"Unsupported expression type MysqlBit",
126122
"Unexpected missing column",
127123
"strconv.Atoi",
128124
"Unsupported tidb_enable_dist_task setting",
125+
"After column pruning, some operator got zero row output",
129126
//"other error for mpp stream",
130127

131128
"Can't find a proper physical plan for this query",

0 commit comments

Comments
 (0)