Closed windtalker closed 3 days ago
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: gengliqi, xzhangxian1008
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Timeline:
2024-11-26 06:21:27.65578769 +0000 UTC m=+531075.275442201
: :ballot_box_with_check: agreed by xzhangxian1008.2024-11-26 09:25:52.130630353 +0000 UTC m=+542139.750284870
: :ballot_box_with_check: agreed by gengliqi./retest
/retest
What problem does this PR solve?
Issue Number: ref #9433
Problem Summary: Before this pr,
WindowTransformAction::tryCalculate()
will try to calculate as many as possible results at a time. This makes the calling time ofWindowTransformAction::tryCalculate()
unpredictable. This pr letWindowTransformAction::tryCalculate()
to calculate at most 1 block result at a time, so the calling time ofWindowTransformAction::tryCalculate()
won't be too long, and be more friendly for pipeline model.What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note