Uh oh!
There was an error while loading. Please reload this page.
[fix] (bloom filter) Fix the bloom filter calculation for date and datetime - #43351
Conversation
doris-robot
commented
Nov 6, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
csun5285
commented
Nov 6, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
csun5285
commented
Nov 6, 2024
run buildall |
doris-robot
commented
Nov 6, 2024
TeamCity be ut coverage result: |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 6, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Nov 6, 2024
TPC-H: Total hot run time: 41185 ms |
doris-robot
commented
Nov 6, 2024
TPC-DS: Total hot run time: 193979 ms |
doris-robot
commented
Nov 6, 2024
ClickBench: Total hot run time: 32.59 s |
csun5285
commented
Nov 8, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Nov 8, 2024
TeamCity be ut coverage result: |
csun5285
commented
Nov 8, 2024
run buildall |
doris-robot
commented
Nov 8, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…tetime (#43351) ### What problem does this PR solve? Problem Summary: After adding a bloom filter to the date type, queries return errors following the upgrade. Co-authored-by: csun5285 <sunchenyang@selectdb.com>
…tetime (apache#43351) ### What problem does this PR solve? Problem Summary: After adding a bloom filter to the date type, queries return errors following the upgrade. Co-authored-by: csun5285 <sunchenyang@selectdb.com>
…ter index (apache#46961) Problem Summary: apache#43351 fix date/datetime v1 support in comparison predicate, this PR try to fix it in inlist predicate.
…tetime (apache#43351) ### What problem does this PR solve? Problem Summary: After adding a bloom filter to the date type, queries return errors following the upgrade. Co-authored-by: csun5285 <sunchenyang@selectdb.com>
What problem does this PR solve?
Problem Summary:
After adding a bloom filter to the date type, queries return errors following the upgrade.
Check List (For Committer)
Test
Manual Test
Behavior changed:
Does this need documentation?
Release note
None
Check List (For Reviewer who merge this PR)