Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:[TD-30819] Reduce memory usage when use percentile with interval. #26491

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

Simon9997
Copy link
Contributor

No description provided.

@Simon9997 Simon9997 requested a review from dapan1121 July 10, 2024 00:40
include/libs/function/function.h Outdated Show resolved Hide resolved
source/libs/executor/src/timewindowoperator.c Outdated Show resolved Hide resolved
@Simon9997 Simon9997 force-pushed the fix/main/TD-30819 branch 4 times, most recently from 69f77b6 to af5269c Compare July 10, 2024 11:41
@@ -1558,6 +1561,8 @@ SOperatorInfo* createSessionAggOperatorInfo(SOperatorInfo* downstream, SSessionW
goto _error;
}

pOperator->exprSupp.hasWindowOrGroup = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

session window?

@dapan1121 dapan1121 merged commit 05ddc39 into main Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants