[fix](binlog) Fix nullable type mismatch for timestamp column in _fill_binlog_columns#64495
Open
heguanhui wants to merge 1 commit into
Open
[fix](binlog) Fix nullable type mismatch for timestamp column in _fill_binlog_columns#64495heguanhui wants to merge 1 commit into
heguanhui wants to merge 1 commit into
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
38f205e to
b931828
Compare
Contributor
Author
|
run buildall |
b931828 to
ab8383c
Compare
Contributor
Author
|
/review |
ab8383c to
cbd6622
Compare
Contributor
Author
|
run buildall |
Contributor
TPC-H: Total hot run time: 29011 ms |
Contributor
TPC-DS: Total hot run time: 168890 ms |
cbd6622 to
a88f7f0
Compare
Contributor
Author
|
run buildall |
Contributor
TPC-H: Total hot run time: 29078 ms |
Contributor
TPC-DS: Total hot run time: 167940 ms |
a88f7f0 to
b0e16f7
Compare
Contributor
Author
|
run buildall |
Contributor
TPC-H: Total hot run time: 28976 ms |
Contributor
TPC-DS: Total hot run time: 170077 ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: #64494
Problem Summary:
When running GroupRowsetWriterTest.sub_writer_rollback, a coredump occurs
because assert_cast<ColumnNullable*> fails - the timestamp column is not
wrapped as ColumnNullable in unit test environment.
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)