Uh oh!
There was an error while loading. Please reload this page.
branch-4.0: [fix](fe) Align convert_tz folding with BE DST handling #64029 - #64194
Conversation
hello-stephen
commented
Jun 8, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
hello-stephen
commented
Jun 8, 2026
run buildall |
hello-stephen
commented
Jun 8, 2026
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jun 8, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Related PR: #63853 Problem Summary: FE constant folding for convert_tz() used Java LocalDateTime.atZone() semantics. For source local times inside daylight-saving skipped intervals, Java preserves the minute and second while shifting to the post-transition offset, while BE executes convert_tz() through cctz::convert() and maps skipped civil times to the transition instant. This mismatch can make FE partition pruning reason about a different folded value from BE execution. This PR makes FE convert_tz() constant folding use ZoneRules transition information to match BE behavior for skipped and repeated local times.
2098e2e to
920229aComparemorningman
commented
Jun 24, 2026
run buildall |
hello-stephen
commented
Jun 24, 2026
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jun 24, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 24, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
feiniaofeiafei
commented
Jun 25, 2026
run p0 |
feiniaofeiafei
commented
Jun 25, 2026
run cloud_p0 |
hello-stephen
commented
Jun 25, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 25, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Uh oh!
There was an error while loading. Please reload this page.
Cherry-picked from #64029