Skip to content

[fix](is_exclusive) fix is_exlusive func for nested types - #41646

Merged
eldenmoon merged 5 commits into
apache:branch-2.0from
amorynan:fix-isexlusive
Oct 15, 2024
Merged

[fix](is_exclusive) fix is_exlusive func for nested types #41646
eldenmoon merged 5 commits into
apache:branch-2.0from
amorynan:fix-isexlusive

Conversation

@amorynan

Copy link
Copy Markdown
Contributor

Proposed changes

backport: #40398
Issue Number: close #xxx

amory added 2 commits October 10, 2024 11:55
is_exclusive in column_array/map/struct has wrong semantic , we should
make sure it's nested column is also is_exclusive which can make
behavior right in some operator like join.
@doris-robot

Copy link
Copy Markdown

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.

@amorynan

Copy link
Copy Markdown
ContributorAuthor

run buildall

@github-actionsgithub-actionsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

Comment threadbe/src/vec/columns/column_array.h
Comment threadbe/src/vec/columns/column_map.h
Comment threadbe/src/vec/columns/column_struct.h
@doris-robot

Copy link
Copy Markdown

TeamCity be ut coverage result:
Function Coverage: 37.81% (8148/21549)
Line Coverage: 29.55% (67076/226974)
Region Coverage: 29.02% (34578/119140)
Branch Coverage: 24.94% (17819/71458)
Coverage Report: http://coverage.selectdb-in.cc/coverage/c62e31fe927cf61245d8b5ff8f97db74e5135c93_c62e31fe927cf61245d8b5ff8f97db74e5135c93/report/index.html

@amorynan

Copy link
Copy Markdown
ContributorAuthor

run buildall

@doris-robot

Copy link
Copy Markdown

TeamCity be ut coverage result:
Function Coverage: 37.82% (8150/21549)
Line Coverage: 29.56% (67095/226978)
Region Coverage: 29.03% (34590/119140)
Branch Coverage: 24.94% (17824/71458)
Coverage Report: http://coverage.selectdb-in.cc/coverage/ee50993b9149fe50141c5f82b93d27326eb7a9aa_ee50993b9149fe50141c5f82b93d27326eb7a9aa/report/index.html

@amorynan

Copy link
Copy Markdown
ContributorAuthor

run buildall

@doris-robot

Copy link
Copy Markdown

TeamCity be ut coverage result:
Function Coverage: 37.82% (8150/21552)
Line Coverage: 29.56% (67092/227006)
Region Coverage: 29.03% (34584/119146)
Branch Coverage: 24.94% (17821/71460)
Coverage Report: http://coverage.selectdb-in.cc/coverage/13c062370da89eaf896aee2b0a524cd409bfc952_13c062370da89eaf896aee2b0a524cd409bfc952/report/index.html

@amorynan

Copy link
Copy Markdown
ContributorAuthor

run p0

1 similar comment
@amorynan

Copy link
Copy Markdown
ContributorAuthor

run p0

@xiaokangxiaokang left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please add testcase

@amorynan

Copy link
Copy Markdown
ContributorAuthor

run buildall

@github-actionsgithub-actionsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

// specific language governing permissions and limitations
// under the License.

#include <gtest/gtest.h>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

warning: 'gtest/gtest.h' file not found [clang-diagnostic-error]

#include<gtest/gtest.h>
^

@doris-robot

Copy link
Copy Markdown

TeamCity be ut coverage result:
Function Coverage: 37.84% (8155/21552)
Line Coverage: 29.56% (67103/227016)
Region Coverage: 29.04% (34600/119156)
Branch Coverage: 24.95% (17829/71468)
Coverage Report: http://coverage.selectdb-in.cc/coverage/54c6610da40ba2c1d6ab86eddd58437e9c1044d3_54c6610da40ba2c1d6ab86eddd58437e9c1044d3/report/index.html

@eldenmooneldenmoon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@eldenmoon
eldenmoon merged commit 3ab97fb into apache:branch-2.0Oct 15, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@amorynan@doris-robot@xiaokang@eldenmoon