-
Notifications
You must be signed in to change notification settings - Fork 65
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
[NEMO-369] DirectByteArrayOutputStream usage refactoring #206
Conversation
Please read the contributing guide and follow the PR process. Thanks! |
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. Thanks a lot for your work, @hy00nc.
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/DataUtil.java
Outdated
Show resolved
Hide resolved
For me this PR seems okay. @sanha could you take a look? |
common/src/main/java/org/apache/nemo/common/DirectByteArrayOutputStream.java
Outdated
Show resolved
Hide resolved
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. Thanks for your work, @hy00nc!
@sanha @DifferentSC Thank you for the reviews! |
There are check style errors. Please fix them before I can merge this PR. |
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 and passed CI. Great Job, @hy00nc!
JIRA: NEMO-369: DirectByteArrayOutputStream usage refactoring
Major changes:
Minor changes to note:
Tests for the changes:
Other comments: