You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by jd...@apache.org on 2016/06/10 17:45:03 UTC

incubator-kudu git commit: Add release notes and docs for UPSERT

Repository: incubator-kudu
Updated Branches:
  refs/heads/master 679c6b2c9 -> d2f5b725c


Add release notes and docs for UPSERT

Change-Id: Ibdf129915883cf183580ab2cdc8987df2d55a626
Reviewed-on: http://gerrit.cloudera.org:8080/3362
Reviewed-by: Jean-Daniel Cryans
Tested-by: Jean-Daniel Cryans


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

Branch: refs/heads/master
Commit: d2f5b725c1620e17424fa3933f00499150478439
Parents: 679c6b2
Author: Misty Stanley-Jones <mi...@apache.org>
Authored: Fri Jun 10 10:11:35 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Fri Jun 10 17:26:49 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/d2f5b725/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index f88ecb6..87087eb 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -83,6 +83,10 @@ To upgrade to Kudu 0.9.0, see link:installation.html#upgrade[Upgrade from 0.8.0
 
 [[rn_0.9.0_new_features]]
 ==== New features
+- link:https://issues.apache.org/jira/browse/KUDU-1002[KUDU-1002] Added support for
+ `UPSERT` operations, whereby a row is inserted if it does not already exist, but
+ updated if it does. Support for `UPSERT` is included in Java, C++, and Python APIs,
+ but not in Impala.
 
 - link:https://issues.apache.org/jira/browse/KUDU-1306[KUDU-1306] Scan token API
   for creating partition-aware scan descriptors. This API simplifies executing