-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18917. commons-io 2.14.0 #6133
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
Conversation
💔 -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.
LGTM
Ouch!! I think the TestTextFileBasedIdentityHandler is related? |
… by PJ Fanning Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
@pjfanning We have a test failure. (https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6133/1/testReport/org.apache.hadoop.fs.azurebfs.services/TestTextFileBasedIdentityHandler/)
|
Thanks @ayushtkn - I was looking independently and that looks like the right fix. The new commons-io code uses the safer java.nio APIs but these throw a different exception when files are missing. |
… by PJ Fanning Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
… by PJ Fanning Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
… by PJ Fanning Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
… by PJ Fanning Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Description of PR
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?