-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fixes #2223 HdfsTarget is not workging with snakebite #2572
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
Is this not the same as #2549 ? |
first i thought it would be the same and tested 2.8.0, but it is different. #2549 do only fix the problem in HdfsAtomicWriteDirPipe but not in the class HdfsAtomicWritePipe a view lines above. |
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.
Ah, i see. It's the same changes to the same method name. But in a different class. I see. Apologies
LGTM
:) |
Hi, is there a reason why this merge is not already integrated? |
Could you merge in master to verify that tests pass? Sorry for not finishing this sooner |
Hmmmm, nothing happen here for this easy change... It is a bit frustrating |
@zwotzie Currently the tests against this branch are failing. I believe this is due to branching off a bad master. We prefer not to merge branching which have tests failing, even if the changes reflected in this PR aren't the cause of the test failures. The master branch is currently passing. So could you please merge |
thanks for you advice. done :) |
All tests pass! Appreciate it! |
Description
Full History you can find here: #2223
I only added the FileNotFoundException if you are using snakebite. The "old" code doesn't expect this, but in only one class behind in the same file it does.
Motivation and Context
to update > 2.6.1 :)
Have you tested this? If so, how?
yes of cause see Issue...
This change does not break anything, so i don't have added additional tests.