Uh oh!
There was an error while loading. Please reload this page.
[fix](java-udf)Fix need to restart BE after replacing the jar package in java-udf - #24372
Conversation
zhangstar333
commented
Sep 14, 2023
java-udaf need add func id also in nereids. |
DongLiang-0
commented
Sep 14, 2023
Of course, I've added |
DongLiang-0
commented
Sep 14, 2023
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
16fb1dc to
6d62c2cCompareDongLiang-0
commented
Sep 14, 2023
run buildall |
6d62c2c to
9d9ff2eCompareDongLiang-0
commented
Sep 14, 2023
run buildall |
doris-robot
commented
Sep 14, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Sep 14, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
9d9ff2e to
f436416CompareDongLiang-0
commented
Sep 14, 2023
run buildall |
doris-robot
commented
Sep 14, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
yiguolei
commented
Sep 15, 2023
run buildall |
doris-robot
commented
Sep 15, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
…e in java-udf (#24372) Fix need to restart BE after replacing the jar package in java-udf
Proposed changes
Since the Nereids optimizer does not process the functionId, when creating a function, replacing the new jar package requires restarting be.
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...