Uh oh!
There was an error while loading. Please reload this page.
[Feature] Add FE constant folding for cosine_similarity and standardize test patterns - #60403
Conversation
hello-stephen
commented
Jan 31, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Co-authored-by: zclllyybb <61408379+zclllyybb@users.noreply.github.com>
Co-authored-by: zclllyybb <61408379+zclllyybb@users.noreply.github.com>
zclllyybb
commented
Jan 31, 2026
run buildall |
doris-robot
commented
Jan 31, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Jan 31, 2026
TPC-H: Total hot run time: 31615 ms |
doris-robot
commented
Jan 31, 2026
ClickBench: Total hot run time: 28.07 s |
hello-stephen
commented
Jan 31, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jan 31, 2026
FE Regression Coverage ReportIncrement line coverage |
PR approved by anyone and no changes requested. |
linrrzqqq
commented
Feb 3, 2026
does this need constant folding? |
…ion} pattern Co-authored-by: zclllyybb <61408379+zclllyybb@users.noreply.github.com>
zclllyybb
commented
Feb 10, 2026
run buildall |
doris-robot
commented
Feb 10, 2026
TPC-H: Total hot run time: 30306 ms |
doris-robot
commented
Feb 10, 2026
ClickBench: Total hot run time: 28.46 s |
hello-stephen
commented
Feb 10, 2026
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Feb 10, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Feb 10, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Feb 10, 2026
FE Regression Coverage ReportIncrement line coverage |
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
Adds FE constant folding support for
cosine_similarityand replaces try-catch blocks in regression tests with the standardtest{sql, exception}pattern.FE Constant Folding
ArrayArithmetic.javaexecutable class with@ExecFunctionannotationExpressionEvaluator.javafor constant folding during query optimizationTest Pattern Standardization
Replaced 9 try-catch blocks with
test{sql, exception}pattern intest_array_distance_functions.groovy:💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.