Skip to content

[core] Add validation to prevent primary key in sequence-group (#7052)#7656

Open
dark2momo wants to merge 1 commit intoapache:masterfrom
dark2momo:fix/issue-7052-sequence-group-pk-validation
Open

[core] Add validation to prevent primary key in sequence-group (#7052)#7656
dark2momo wants to merge 1 commit intoapache:masterfrom
dark2momo:fix/issue-7052-sequence-group-pk-validation

Conversation

@dark2momo
Copy link
Copy Markdown
Contributor

When a primary key field is configured in a sequence-group of partial-update merge engine, it causes Parquet decoding failures during compaction because the key field may be set to null. This commit adds early validation at configuration parsing time to reject such invalid configurations with a clear error message.

Purpose

Tests

…e#7052)

When a primary key field is configured in a sequence-group of partial-update
merge engine, it causes Parquet decoding failures during compaction because
the key field may be set to null. This commit adds early validation at
configuration parsing time to reject such invalid configurations with a clear
error message.
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.

1 participant