GitHub user tillrohrmann opened a pull request:
https://github.com/apache/incubator-flink/pull/53
[FLINK-994] Replaced DataInput and DataOutput with DataInputView and
DataOutputView
I replaced the DataInput and DataOutput parameters by DataInputView and
DataOutputView in the IOReadableWritable interface. Thus, I also added wrappers
for DataInputStream, DataOutputStream, ObjectOutputStream and ObjectInputStream
to make them compatible with the new read and write methods.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/incubator-flink FLINK-994
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/53.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #53
----
commit bf0d7cf252f51fc3e79e2655d91de1781940bd5b
Author: Till Rohrmann <[email protected]>
Date: 2014-06-29T17:08:31Z
Replaced DataInput and DataOutput with DataInputView and DataOutputView
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---