Skip to content

Conversation

@platinumhamburg
Copy link
Contributor

@platinumhamburg platinumhamburg commented Jan 5, 2026

Purpose

Linked issue: close #2244

Brief change log

Tests

API and Format

Documentation

Copy link
Member

@wuchong wuchong left a comment

Choose a reason for hiding this comment

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

Thanks @platinumhamburg , this looks good in general. I only left some minor comments.

@platinumhamburg platinumhamburg force-pushed the flink-aggregation branch 2 times, most recently from 7277059 to 4bb3911 Compare January 12, 2026 08:58
@platinumhamburg
Copy link
Contributor Author

Hi @wuchong, thanks for your review comments, I've addressed all of them. Please take another look when you have time.

Copy link
Member

@wuchong wuchong left a comment

Choose a reason for hiding this comment

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

Thanks @platinumhamburg . I only appended a commit to fix the only comment with a test for this case and rebased the branch.

for (Map.Entry<String, String> param : aggFunction.getParameters().entrySet()) {
String paramKey =
AGG_PREFIX + columnName + AGG_SUFFIX + PARAMS_SUFFIX + "." + param.getKey();
String paramKey = AGG_PREFIX + columnName + "." + funcName + "." + param.getKey();
Copy link
Member

Choose a reason for hiding this comment

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

The function name value might be in uppercase, so we should convert it to lowercase to ensure the option key is always in lowercase.

@wuchong
Copy link
Member

wuchong commented Jan 18, 2026

I will merge it once the CI is passed.

@polyzos polyzos added this to the v0.9 milestone Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[flink] Integrate the Aggregate Merge Engine with Apache Flink.

3 participants