Skip to content

Conversation

@luwei16
Copy link
Contributor

@luwei16 luwei16 commented Oct 24, 2024

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.

…t with empty strings during schema change (apache#41064)

```
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.
```
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@luwei16
Copy link
Contributor Author

luwei16 commented Oct 24, 2024

run buildall

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.03% (9368/25998)
Line Coverage: 27.60% (76943/278809)
Region Coverage: 26.38% (39517/149788)
Branch Coverage: 23.16% (20101/86776)
Coverage Report: http://coverage.selectdb-in.cc/coverage/084bd998ead5b9a33fc5acef522dc5460d02a0cb_084bd998ead5b9a33fc5acef522dc5460d02a0cb/report/index.html

@yiguolei yiguolei merged commit 0700449 into apache:branch-2.1 Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants