Repository: impala Updated Branches: refs/heads/master c84764d57 -> c1be4e967
IMPALA-6733: [DOCS] Impala 3.0 Release Notes Release Version was updated in ImpalaVariables.xml. Cherry-picks: not for 2.x. Change-Id: I971323993aa6dced0791476e3e798d2f246fab5c Reviewed-on: http://gerrit.cloudera.org:8080/10090 Reviewed-by: Alex Rodoni <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/c1be4e96 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/c1be4e96 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/c1be4e96 Branch: refs/heads/master Commit: c1be4e9670d5fcbae68f47926a341f62482d4d25 Parents: c84764d Author: Alex Rodoni <[email protected]> Authored: Tue Apr 17 13:48:40 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Apr 24 00:35:28 2018 +0000 ---------------------------------------------------------------------- docs/topics/impala_fixed_issues.xml | 9 +++++++++ docs/topics/impala_incompatible_changes.xml | 9 +++++++++ docs/topics/impala_new_features.xml | 13 +++++++++++++ 3 files changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/c1be4e96/docs/topics/impala_fixed_issues.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_fixed_issues.xml b/docs/topics/impala_fixed_issues.xml index 9d2ca97..0102afe 100644 --- a/docs/topics/impala_fixed_issues.xml +++ b/docs/topics/impala_fixed_issues.xml @@ -45,6 +45,15 @@ under the License. <p outputclass="toc inpage"/> </conbody> + <!-- All 3.0.x subsections go under here --> + <concept rev="3.0.0" id="fixed_issues_3_0_0"> + <title>Issues Fixed in <keyword keyref="impala30"/></title> + <conbody> + <p> For the full list of issues closed in this release, including bug + fixes, see the <xref keyref="changelog_300">changelog for <keyword + keyref="impala30"/></xref>. </p> + </conbody> + </concept> <!-- All 2.12.x subsections go under here --> http://git-wip-us.apache.org/repos/asf/impala/blob/c1be4e96/docs/topics/impala_incompatible_changes.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_incompatible_changes.xml b/docs/topics/impala_incompatible_changes.xml index f26c2f2..e5d4a86 100644 --- a/docs/topics/impala_incompatible_changes.xml +++ b/docs/topics/impala_incompatible_changes.xml @@ -52,6 +52,15 @@ under the License. <p outputclass="toc inpage"/> </conbody> + <concept rev="3.0.0" id="incompatible_changes_300x"> + <title>Incompatible Changes Introduced in Impala 3.0.x</title> + <conbody> + <p> For the full list of issues closed in this release, including any that + introduce behavior changes or incompatibilities, see the <xref + keyref="changelog_300">changelog for <keyword keyref="impala30" + /></xref>. </p> + </conbody> + </concept> <concept rev="2.12.0" id="incompatible_changes_212x"> http://git-wip-us.apache.org/repos/asf/impala/blob/c1be4e96/docs/topics/impala_new_features.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_new_features.xml b/docs/topics/impala_new_features.xml index c5109e3..ba9e338 100644 --- a/docs/topics/impala_new_features.xml +++ b/docs/topics/impala_new_features.xml @@ -46,6 +46,19 @@ under the License. </conbody> + <!-- All 3.0.x new features go under here --> + <concept rev="3.0.0" id="new_features_300"> + <title>New Features in <keyword keyref="impala30"/></title> + <conbody> + <p> + For the full list of issues closed in this release, including the + issues marked as <q>new features</q> or <q>improvements</q>, see the + <xref keyref="changelog_300">changelog for <keyword keyref="impala30" + /></xref>. + </p> + </conbody> + </concept> + <!-- All 2.12.x new features go under here --> <concept rev="2.12.0" id="new_features_2120">
