luwei16 opened a new pull request, #42427:
URL: https://github.com/apache/doris/pull/42427

   ```
   insert into t1 (k1,  k2,  v1) value(1, '', 2);
   delete form t1 where k1 = 1 and k2 = '';
   alter table modify column v1 string
   select * from t1 //  expect 0 rows in return, but get 1 row.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to