Repository: incubator-impala Updated Branches: refs/heads/doc_prototype 7592f50ab -> ef4c5138c
Add new UPSERT statement for Kudu. Minimal info at first. Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/ef4c5138 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/ef4c5138 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/ef4c5138 Branch: refs/heads/doc_prototype Commit: ef4c5138cf005a8de6f4d37fe299a4aca7fd5511 Parents: 7592f50 Author: John Russell <[email protected]> Authored: Thu Nov 3 11:52:46 2016 -0700 Committer: John Russell <[email protected]> Committed: Thu Nov 3 11:52:46 2016 -0700 ---------------------------------------------------------------------- docs/impala.ditamap | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ef4c5138/docs/impala.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala.ditamap b/docs/impala.ditamap index 479a7d4..19a2b27 100644 --- a/docs/impala.ditamap +++ b/docs/impala.ditamap @@ -210,6 +210,7 @@ <topicref href="topics/impala_show.xml"/> <topicref href="topics/impala_truncate_table.xml"/> <topicref href="topics/impala_update.xml"/> + <topicref href="topics/impala_upsert.xml"/> <topicref href="topics/impala_use.xml"/> </topicref> <topicref href="topics/impala_functions.xml">
