Uh oh!
There was an error while loading. Please reload this page.
[Enhancement](filter) support only min/max runtime filter in BE - #25290
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
zhangstar333
commented
Oct 11, 2023
run buildall |
doris-robot
commented
Oct 11, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 11, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zhangstar333
commented
Oct 11, 2023
run buildall |
doris-robot
commented
Oct 11, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 11, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
0397ac3 to
49fbb56Comparezhangstar333
commented
Oct 11, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 11, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 11, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
49fbb56 to
b29dd4dCompareb29dd4d to
63ced46Comparezhangstar333
commented
Oct 12, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 12, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Oct 12, 2023
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…he#25290) this PR apache#25193 have achieve about FE. eg: select count() from lineorder join supplier on lo_partkey < s_suppkey; will have a max filter after build hash table , so could use it to filter probe table data.
…he#25290) this PR apache#25193 have achieve about FE. eg: select count() from lineorder join supplier on lo_partkey < s_suppkey; will have a max filter after build hash table , so could use it to filter probe table data.
…he#25290) this PR apache#25193 have achieve about FE. eg: select count() from lineorder join supplier on lo_partkey < s_suppkey; will have a max filter after build hash table , so could use it to filter probe table data.
…llable (#25626) * [refactor](join) improve join node output when build table rows is 0 (#23713) * [Enhancement](filter) support only min/max runtime filter in BE (#25290) this PR #25193 have achieve about FE. eg: select count() from lineorder join supplier on lo_partkey < s_suppkey; will have a max filter after build hash table , so could use it to filter probe table data. * [bug](cherry-pick) fix bug of converting outer join probe block to nullable
…he#25290) this PR apache#25193 have achieve about FE. eg: select count() from lineorder join supplier on lo_partkey < s_suppkey; will have a max filter after build hash table , so could use it to filter probe table data.
Proposed changes
this PR #25193 have achieve about FE.
eg: select count() from lineorder join supplier on lo_partkey < s_suppkey;
will have a max filter after build hash table , so could use it to filter probe table data.
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...