Repository: kudu
Updated Branches:
  refs/heads/master 33e98ce49 -> 70211f84c


[docs] Release note for OperationResponse.getWriteTimestamp

See https://gerrit.cloudera.org/#/c/4487/

Change-Id: I6f81b1c70bc8f8be7f5529762ac9a9622dec00f0
Reviewed-on: http://gerrit.cloudera.org:8080/4560
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Jean-Daniel Cryans <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/9a3ea4ca
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/9a3ea4ca
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/9a3ea4ca

Branch: refs/heads/master
Commit: 9a3ea4caad5ee9e6932d9b63e6fde109151c98fe
Parents: 33e98ce
Author: Jean-Daniel Cryans <[email protected]>
Authored: Wed Sep 28 19:01:23 2016 -0700
Committer: Jean-Daniel Cryans <[email protected]>
Committed: Thu Sep 29 21:22:17 2016 +0000

----------------------------------------------------------------------
 docs/release_notes.adoc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/9a3ea4ca/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index aa42333..4170f7f 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -55,6 +55,10 @@ XXX
   used by the client library; an easy way to guarantee this is to use the same 
compiler
   to build both.
 
+- The Java client's `OperationResponse.getWriteTimestamp` method was renamed 
to `getWriteTimestampRaw`
+  to emphasize that it doesn't return milliseconds, unlike what its Javadoc 
indicated. The renamed
+  method was also hidden from the public APIs and should not be used.
+
 [[known_issues_and_limitations]]
 == Known Issues and Limitations
 

Reply via email to