-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HADOOP-18980. S3A credential provider remapping: make extensible (#6406) #6525
HADOOP-18980. S3A credential provider remapping: make extensible (#6406) #6525
Conversation
…che#6406) Contributed by Viraj Jasani
🎊 +1 overall
This message was automatically generated. |
@steveloughran this one is for branch-3.4 backport. |
afraid another change has broken your merge. rebase and force push |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
looking at the tests, I can see there some corner cases of key=val split missing:
- duplicate entries key=val1, key=val2. should the parser fail or just return the latest (as is done today)
- empty ,,
- =val
- key=
do you want to cover those? the last two should fail, other ones, well, I see no problem with them passing.
Addendum PR to cover corner cases: #6546 |
Contributed by Viraj Jasani