Skip to content

MINOR: only split at first occurrence of '='#5549

Merged
ijuma merged 1 commit intoapache:trunkfrom
rayokota:minor_fix_split
Aug 22, 2018
Merged

MINOR: only split at first occurrence of '='#5549
ijuma merged 1 commit intoapache:trunkfrom
rayokota:minor_fix_split

Conversation

@rayokota
Copy link
Copy Markdown
Contributor

This is a fix to #5226 to account for config properties that have an
equal char in the value. Otherwise if there is one
equal char in the value the following error occurs:

dictionary update sequence element #XX has length 3; 2 is required

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

This is a fix to apache#5226 to account for config properties that have an
equal char in the value.   Otherwise if there is one
equal char in the value the following error occurs:
```
dictionary update sequence element #XX has length 3; 2 is required
```
@cmccabe
Copy link
Copy Markdown
Contributor

cmccabe commented Aug 21, 2018

LGTM. Thanks, @rayokota

Copy link
Copy Markdown
Member

@ijuma ijuma left a comment

Choose a reason for hiding this comment

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

Thanks for the fix, LGTM.

@ijuma
Copy link
Copy Markdown
Member

ijuma commented Aug 22, 2018

Test failure is unrelated, merging to trunk.

@omkreddy
Copy link
Copy Markdown
Contributor

Thanks for the fix!.

@ijuma ijuma merged commit 3511e90 into apache:trunk Aug 22, 2018
@rayokota rayokota deleted the minor_fix_split branch August 22, 2018 13:15
pengxiaolong pushed a commit to pengxiaolong/kafka that referenced this pull request Jun 14, 2019
…ache#5549)

This is a fix to apache#5226 to account for config properties that have an
equal char in the value.   Otherwise if there is one
equal char in the value the following error occurs:

dictionary update sequence element #XX has length 3; 2 is required

Reviewers: Colin Patrick McCabe <colin@cmccabe.xyz>, Ismael Juma <ismael@juma.me.uk>
kkonstantine pushed a commit to kkonstantine/kafka that referenced this pull request Jul 8, 2019
…ache#5549)

This is a fix to apache#5226 to account for config properties that have an
equal char in the value.   Otherwise if there is one
equal char in the value the following error occurs:

dictionary update sequence element #XX has length 3; 2 is required

Reviewers: Colin Patrick McCabe <colin@cmccabe.xyz>, Ismael Juma <ismael@juma.me.uk>
cmccabe pushed a commit that referenced this pull request Jul 8, 2019
) (#7042)

This is a fix to #5226 to account for config properties that have an
equal char in the value.   Otherwise if there is one
equal char in the value the following error occurs:

dictionary update sequence element #XX has length 3; 2 is required

Reviewers: Colin Patrick McCabe <colin@cmccabe.xyz>, Ismael Juma <ismael@juma.me.uk>
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.

4 participants