File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -113,19 +113,16 @@ var dmlIgnoreList = []string{
113
113
"character string" ,
114
114
115
115
// bug
116
- "slice bounds out of range" ,
117
- "index out of range" ,
118
- "writing inconsistent data in table" ,
119
116
"should ensure all columns have the same length" ,
120
117
"expected integer" ,
121
- "invalid memory address or nil pointer dereference" ,
122
118
"encoding failed" ,
123
119
"invalid input value" ,
124
120
"region not found for key" ,
125
121
"Unsupported expression type MysqlBit" ,
126
122
"Unexpected missing column" ,
127
123
"strconv.Atoi" ,
128
124
"Unsupported tidb_enable_dist_task setting" ,
125
+ "After column pruning, some operator got zero row output" ,
129
126
//"other error for mpp stream",
130
127
131
128
"Can't find a proper physical plan for this query" ,
You can’t perform that action at this time.
0 commit comments