Uh oh!
There was an error while loading. Please reload this page.
[opt](Variant) avoid unnecessary mem for variant extracted columns - #43567
Conversation
doris-robot
commented
Nov 11, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
eldenmoon
commented
Nov 11, 2024
run buildall |
eldenmoon
commented
Nov 11, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 11, 2024
TeamCity be ut coverage result: |
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
…pache#43567) _field_name_to_index and _field_id_to_index is unnecessary for variant subcolumns, since they use column path as identifier
…pache#43567) _field_name_to_index and _field_id_to_index is unnecessary for variant subcolumns, since they use column path as identifier
…pache#43567) _field_name_to_index and _field_id_to_index is unnecessary for variant subcolumns, since they use column path as identifier
…pache#43567) _field_name_to_index and _field_id_to_index is unnecessary for variant subcolumns, since they use column path as identifier
What problem does this PR solve?
_field_name_to_index and _field_id_to_index is unnecessary for variant subcolumns, since they use column path as identifier
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)