-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19343. Add support for hflush() #7761
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
Closes apache#7656 Signed-off-by: Chris Nauroth <cnauroth@apache.org>
Closes apache#7721 Signed-off-by: Chris Nauroth <cnauroth@apache.org>
Closes apache#7734 Signed-off-by: Chris Nauroth <cnauroth@apache.org>
Closes apache#7742 Signed-off-by: Chris Nauroth <cnauroth@apache.org>
Fix some of the contract tests
🎊 +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. I'll commit this to the feature branch later today.
statistics.incrementBytesWritten(len); | ||
statistics.incrementWriteOps(1); | ||
} | ||
|
||
private void commitTempFile() throws IOException { | ||
// TODO(user): return early when 0 bytes have been written in the temp files |
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.
I'm going to remove the "(user)" when I commit this. This is a Google commenting standard, but it's not typical here in the Apache Hadoop codebase.
Closes #7761 Co-authored-by: Chris Nauroth <cnauroth@apache.org> Signed-off-by: Chris Nauroth <cnauroth@apache.org>
I committed this to the feature branch. Thanks again @arunkumarchacko ! |
Fix some of the contract tests
Description of PR
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?