bbeaudreault opened a new pull request #4074: URL: https://github.com/apache/hbase/pull/4074
The other mutation types all checked `hasTimestamp`, but I unified them under the new `cellTimestampOrLatest` method. Note: I don't think Append is affected by this bug, because it used a version of toMutation which properly passes along timestamp even in old 1.x clients. But both Append/Increment are converted _from_ proto using the same toDelta method, so I added the test case for both. @apurtell I think branch-2 will need a separate PR due to the changes in shaded ProtobufUtils, will get started on that. -- 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]
