Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix](schema-change) Fix schema-change from non-null to null #36389

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

Lchangliang
Copy link
Contributor

@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.

@Lchangliang
Copy link
Contributor Author

run buildall

Copy link
Contributor

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

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.30% (9132/25156)
Line Coverage: 27.78% (74228/267225)
Region Coverage: 26.72% (38310/143384)
Branch Coverage: 23.40% (19406/82918)
Coverage Report: http://coverage.selectdb-in.cc/coverage/216ec09940484c64c5f2c05b6c5857d8f68fa4ba_216ec09940484c64c5f2c05b6c5857d8f68fa4ba/report/index.html

Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jun 17, 2024
Copy link
Contributor

PR approved by at least one committer and no changes requested.

Copy link
Contributor

PR approved by anyone and no changes requested.

@Lchangliang
Copy link
Contributor Author

run buildall

Copy link
Contributor

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

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.34% (9148/25171)
Line Coverage: 27.87% (74586/267584)
Region Coverage: 26.79% (38479/143620)
Branch Coverage: 23.48% (19495/83018)
Coverage Report: http://coverage.selectdb-in.cc/coverage/d857f09db163fc1e6b771899b92c230cdfab0c92_d857f09db163fc1e6b771899b92c230cdfab0c92/report/index.html


if (null_map_column.size() != new_column->size() ||
nested_column.size() != new_column->size()) {
DCHECK(false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Print more details like size and some ids or names

@Lchangliang
Copy link
Contributor Author

run buildall

Copy link
Contributor

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

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.35% (9150/25172)
Line Coverage: 27.88% (74607/267634)
Region Coverage: 26.79% (38488/143656)
Branch Coverage: 23.47% (19494/83046)
Coverage Report: http://coverage.selectdb-in.cc/coverage/9746d4fbfa46ed36f34ff3f14e82fbc96f641c69_9746d4fbfa46ed36f34ff3f14e82fbc96f641c69/report/index.html

@dataroaring dataroaring merged commit 23cf494 into apache:branch-2.1 Jun 26, 2024
19 of 21 checks passed
@yiguolei yiguolei mentioned this pull request Jul 19, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants