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

fix handling of description in partitions file #20

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

DmitriyMusatkin
Copy link
Contributor

Issue #, if available:

Description of changes:
Partitions file recently introduced a new description field to the region. This breaks partition parsing, since current logic only supports region fields that override the existing default values, but not add to them.
Fixed region fields to have additive behavior. Also filtering out description field from parsing for endpoints, since it has no use in endpoints rule engine, but results in a lot of additional copies.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@DmitriyMusatkin DmitriyMusatkin merged commit 208a701 into main Nov 17, 2022
@DmitriyMusatkin DmitriyMusatkin deleted the partitions_update branch November 17, 2022 20:48
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.

3 participants