bbeaudreault opened a new pull request, #4215: URL: https://github.com/apache/hadoop/pull/4215
### Description of PR Very simple one-line change that allows users to optionally call addName for key/value classes that may not inherit Writable (instead relying on serialization). ### How was this patch tested? Added two tests: 1. Simple unit test in TestWritableName 2. More of an integration test in TestSequenceFile which verifies that it works to read and write with shimmed serializable classes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
