Clean up <navtitle> tags for 2 query options One query option was missing a <navtitle> tag.
The other had a <navtitle> tag but it was blank. The results could have been inconsistent or missing link text for auto-generated navigational links such as "next page" and "previous page" links. Change-Id: I2350baffeb216655380d4055bff8bdc09457ec3f Reviewed-on: http://gerrit.cloudera.org:8080/5682 Reviewed-by: Laurel Hale <[email protected]> Reviewed-by: John Russell <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/09c77a87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/09c77a87 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/09c77a87 Branch: refs/heads/master Commit: 09c77a879e707c8fee1b7e2a6f9ca9e2b17673a1 Parents: 60a67cb Author: John Russell <[email protected]> Authored: Wed Jan 11 10:45:08 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Jan 13 19:58:46 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_parquet_annotate_strings_utf8.xml | 1 + docs/topics/impala_scan_node_codegen_threshold.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/09c77a87/docs/topics/impala_parquet_annotate_strings_utf8.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_parquet_annotate_strings_utf8.xml b/docs/topics/impala_parquet_annotate_strings_utf8.xml index ccd2555..a10f117 100644 --- a/docs/topics/impala_parquet_annotate_strings_utf8.xml +++ b/docs/topics/impala_parquet_annotate_strings_utf8.xml @@ -21,6 +21,7 @@ under the License. <concept id="parquet_annotate_strings_utf8" rev="2.6.0 IMPALA-2069"> <title>PARQUET_ANNOTATE_STRINGS_UTF8 Query Option (<keyword keyref="impala26"/> or higher only)</title> + <titlealts audience="PDF"><navtitle>PARQUET_ANNOTATE_STRINGS_UTF8</navtitle></titlealts> <prolog> <metadata> <data name="Category" value="Impala"/> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/09c77a87/docs/topics/impala_scan_node_codegen_threshold.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_scan_node_codegen_threshold.xml b/docs/topics/impala_scan_node_codegen_threshold.xml index 460f72d..eb8d47d 100644 --- a/docs/topics/impala_scan_node_codegen_threshold.xml +++ b/docs/topics/impala_scan_node_codegen_threshold.xml @@ -21,7 +21,7 @@ under the License. <concept id="scan_node_codegen_threshold" rev="2.5.0 IMPALA-1755"> <title>SCAN_NODE_CODEGEN_THRESHOLD Query Option (<keyword keyref="impala25"/> or higher only)</title> - <titlealts audience="PDF"><navtitle></navtitle></titlealts> + <titlealts audience="PDF"><navtitle>SCAN_NODE_CODEGEN_THRESHOLD</navtitle></titlealts> <prolog> <metadata> <data name="Category" value="Impala"/>
