Uh oh!
There was an error while loading. Please reload this page.
[Fix](Variant) use uinque id to access column reader - #39841
Conversation
doris-robot
commented
Aug 23, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
eldenmoon
commented
Aug 23, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Aug 23, 2024
TPC-H: Total hot run time: 37852 ms |
doris-robot
commented
Aug 23, 2024
TPC-DS: Total hot run time: 191512 ms |
doris-robot
commented
Aug 23, 2024
ClickBench: Total hot run time: 30.36 s |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
1 similar comment
PR approved by anyone and no changes requested. |
eldenmoon
commented
Aug 26, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Aug 26, 2024
TPC-H: Total hot run time: 38847 ms |
doris-robot
commented
Aug 26, 2024
TPC-DS: Total hot run time: 187233 ms |
doris-robot
commented
Aug 26, 2024
ClickBench: Total hot run time: 31.59 s |
PR approved by at least one committer and no changes requested. |
Currently, the variant type is not supported because its column reader accesses columns by path rather than by unique ID. If the name is modified, the column reader may not locate the column correctly.So we forbid it temporaryly.
3c05735 to
123a583Compareeldenmoon
commented
Aug 27, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Aug 27, 2024
TPC-DS: Total hot run time: 192911 ms |
doris-robot
commented
Aug 27, 2024
ClickBench: Total hot run time: 30.71 s |
PR approved by at least one committer and no changes requested. |
Currently, the variant type is not supported rename column because its column reader accesses columns by path rather than by unique ID. If the name is modified, the column reader may not locate the column correctly.So we should access by unique id
Currently, the variant type is not supported rename column because its column reader accesses columns by path rather than by unique ID. If the name is modified, the column reader may not locate the column correctly.So we should access by unique id
Currently, the variant type is not supported rename column because its column reader accesses columns by path rather than by unique ID. If the name is modified, the column reader may not locate the column correctly.So we should access by unique id
Currently, the variant type is not supported rename column because its column reader accesses columns by path rather than by unique ID. If the name is modified, the column reader may not locate the column correctly.So we should access by unique id
Currently, the variant type is not supported rename column because its column reader accesses columns by path rather than by unique ID. If the name is modified, the column reader may not locate the column correctly.So we should access by unique id
Currently, the variant type is not supported rename column because its column reader accesses columns by path rather than by unique ID. If the name is modified, the column reader may not locate the column correctly.So we should access by unique id
Currently, the variant type is not supported rename column because its column reader accesses columns by path rather than by unique ID. If the name is modified, the column reader may not locate the column correctly.So we should access by unique id
Proposed changes
Issue Number: close #xxx