Uh oh!
There was an error while loading. Please reload this page.
[Refactor](Cast) Introduce strict mode for cast and refactor code. - #50940
Conversation
hello-stephen
commented
May 15, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Mryange
commented
May 15, 2025
run buildall |
hello-stephen
commented
May 15, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 15, 2025
TPC-H: Total hot run time: 33825 ms |
doris-robot
commented
May 15, 2025
TPC-DS: Total hot run time: 186177 ms |
doris-robot
commented
May 15, 2025
ClickBench: Total hot run time: 29.3 s |
hello-stephen
commented
May 15, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Mryange
commented
May 20, 2025
run buildall |
doris-robot
commented
May 20, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 20, 2025
TPC-H: Total hot run time: 33953 ms |
doris-robot
commented
May 20, 2025
TPC-DS: Total hot run time: 184980 ms |
doris-robot
commented
May 20, 2025
ClickBench: Total hot run time: 28.66 s |
Mryange
commented
May 21, 2025
run buildall |
doris-robot
commented
May 21, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 21, 2025
TPC-H: Total hot run time: 34031 ms |
doris-robot
commented
May 21, 2025
TPC-DS: Total hot run time: 186390 ms |
doris-robot
commented
May 21, 2025
ClickBench: Total hot run time: 28.65 s |
Mryange
commented
May 21, 2025
run buildall |
hello-stephen
commented
May 21, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 21, 2025
TPC-H: Total hot run time: 33614 ms |
doris-robot
commented
May 21, 2025
TPC-DS: Total hot run time: 193315 ms |
doris-robot
commented
May 21, 2025
ClickBench: Total hot run time: 29.35 s |
hello-stephen
commented
May 21, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Mryange
commented
May 22, 2025
run buildall |
doris-robot
commented
May 22, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 22, 2025
TPC-H: Total hot run time: 34034 ms |
doris-robot
commented
May 22, 2025
TPC-DS: Total hot run time: 186551 ms |
doris-robot
commented
May 22, 2025
ClickBench: Total hot run time: 29.72 s |
jacktengg
commented
Jul 16, 2025
run buildall |
hello-stephen
commented
Jul 16, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Jul 16, 2025
TPC-H: Total hot run time: 34078 ms |
doris-robot
commented
Jul 16, 2025
TPC-DS: Total hot run time: 187816 ms |
doris-robot
commented
Jul 16, 2025
ClickBench: Total hot run time: 32.41 s |
hello-stephen
commented
Jul 16, 2025
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jul 16, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jul 16, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Jibing-Li
commented
Jul 16, 2025
run buildall |
doris-robot
commented
Jul 16, 2025
TPC-H: Total hot run time: 34171 ms |
hello-stephen
commented
Jul 16, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Jul 16, 2025
TPC-DS: Total hot run time: 187793 ms |
doris-robot
commented
Jul 16, 2025
ClickBench: Total hot run time: 32.11 s |
doris-robot
commented
Jul 16, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jul 16, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
### What problem does this PR solve? Decimal literal cast and construction paths print high-frequency INFO debug logs. In FE runtime these logs can be routed through stderr and appear as ERROR lines, flooding FE logs during normal query traffic. The noisy logs were introduced by #50940. This PR removes the debug logs from the decimal literal hot paths. ### Check List - Test: Unit Test - LiteralTest - Behavior changed: No - Does this need documentation: No
### What problem does this PR solve? Decimal literal cast and construction paths print high-frequency INFO debug logs. In FE runtime these logs can be routed through stderr and appear as ERROR lines, flooding FE logs during normal query traffic. The noisy logs were introduced by #50940. This PR removes the debug logs from the decimal literal hot paths. ### Check List - Test: Unit Test - LiteralTest - Behavior changed: No - Does this need documentation: No
### What problem does this PR solve? Decimal literal cast and construction paths print high-frequency INFO debug logs. In FE runtime these logs can be routed through stderr and appear as ERROR lines, flooding FE logs during normal query traffic. The noisy logs were introduced by #50940. This PR removes the debug logs from the decimal literal hot paths. ### Check List - Test: Unit Test - LiteralTest - Behavior changed: No - Does this need documentation: No
### What problem does this PR solve? Decimal literal cast and construction paths print high-frequency INFO debug logs. In FE runtime these logs can be routed through stderr and appear as ERROR lines, flooding FE logs during normal query traffic. The noisy logs were introduced by apache#50940. This PR removes the debug logs from the decimal literal hot paths. ### Check List - Test: Unit Test - LiteralTest - Behavior changed: No - Does this need documentation: No
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)