Uh oh!
There was an error while loading. Please reload this page.
[Fix](Variant) check storage type before apply get_row_ranges_by_dict - #38413
Conversation
1. storage type maybe missmatch with predicate type eg. cast(v['a'] as date) = '2020-01-01'. v['a'] in storage is string type, but predicate type is date type 2. serialization object with empty subcolumns may lost num_rows, so need to record num_rows and set back num_rows in serdes
doris-robot
commented
Jul 26, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
eldenmoon
commented
Jul 26, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jul 26, 2024
TPC-H: Total hot run time: 39221 ms |
doris-robot
commented
Jul 26, 2024
TPC-DS: Total hot run time: 173703 ms |
doris-robot
commented
Jul 26, 2024
ClickBench: Total hot run time: 31.07 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.
eldenmoon
commented
Jul 29, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
4e283cc to
6084257Compareclang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
2 similar comments
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
eldenmoon
commented
Jul 29, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
PR approved by anyone and no changes requested. |
eldenmoon
commented
Jul 30, 2024
run performance |
eldenmoon
commented
Jul 30, 2024
run buildall |
doris-robot
commented
Jul 30, 2024
TPC-H: Total hot run time: 42059 ms |
doris-robot
commented
Jul 30, 2024
TPC-H: Total hot run time: 41593 ms |
doris-robot
commented
Jul 30, 2024
TPC-DS: Total hot run time: 170426 ms |
doris-robot
commented
Jul 30, 2024
TPC-DS: Total hot run time: 171368 ms |
doris-robot
commented
Jul 30, 2024
ClickBench: Total hot run time: 30 s |
doris-robot
commented
Jul 30, 2024
ClickBench: Total hot run time: 30.12 s |
…t` (apache#38413) 1. storage type maybe missmatch with predicate type eg. cast(v['a'] as date) = '2020-01-01'. v['a'] in storage is string type, but predicate type is date type 2. serialization object with empty subcolumns may lost num_rows, so need to record num_rows and set back num_rows in serdes
…t` (apache#38413) 1. storage type maybe missmatch with predicate type eg. cast(v['a'] as date) = '2020-01-01'. v['a'] in storage is string type, but predicate type is date type 2. serialization object with empty subcolumns may lost num_rows, so need to record num_rows and set back num_rows in serdes
… empty (apache#38413) serialization object with empty subcolumns may lost num_rows, so need to record num_rows and set back num_rows in serdes backport apache#38413
…t` (apache#38413) 1. storage type maybe missmatch with predicate type eg. cast(v['a'] as date) = '2020-01-01'. v['a'] in storage is string type, but predicate type is date type 2. serialization object with empty subcolumns may lost num_rows, so need to record num_rows and set back num_rows in serdes
storage type maybe missmatch with predicate type eg. cast(v['a'] as date) = '2020-01-01'. v['a'] in storage is string type, but predicate type is date type
serialization object with empty subcolumns may lost num_rows, so need to record num_rows and set back num_rows in serdes
Proposed changes
Issue Number: close #xxx