Skip to content

[core] Reject dot-paths in fields.* options on row columns#7757

Open
ArnavBalyan wants to merge 1 commit intoapache:masterfrom
ArnavBalyan:arnavb/agg-nested-path-guard
Open

[core] Reject dot-paths in fields.* options on row columns#7757
ArnavBalyan wants to merge 1 commit intoapache:masterfrom
ArnavBalyan:arnavb/agg-nested-path-guard

Conversation

@ArnavBalyan
Copy link
Copy Markdown
Member

@ArnavBalyan ArnavBalyan commented May 1, 2026

Purpose

  • fields.<row>.<inner>.aggregate-function is silently ignored at write time, the parent row overwrites instead of aggregating. (during write time)
  • Reject the misconfig at ddl when the parent field is a RowType. Ensure we can strictly reject this case instead of allowing silent overwrites.
  • Fixes: [Bug] Paimon ROW Type Internal Field Sum Aggregation Not Working #6471

Tests

  • UT

@ArnavBalyan
Copy link
Copy Markdown
Member Author

cc @JingsongLi thanks!

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.

[Bug] Paimon ROW Type Internal Field Sum Aggregation Not Working

1 participant